Skip to content
Snippets Groups Projects
Commit d2384d7d authored by wangfukai's avatar wangfukai
Browse files

Fix typo in avdt_scb_by_hdl


Change-Id: I15ecac0232bfeb6c97f802c79bebc7aca03ab874
Signed-off-by: default avatarwangfukai <wangfukai@huawei.com>
parent 2fb23517
No related branches found
No related tags found
No related merge requests found
......@@ -894,7 +894,7 @@ AvdtpScb* avdt_scb_by_hdl(uint8_t hdl) {
}
uint8_t index = hdl - 1;
size_t i = index / AVDT_NUM_LINKS;
size_t i = index / AVDT_NUM_SEPS;
size_t j = index % AVDT_NUM_SEPS;
AvdtpScb* p_scb = &avdtp_cb.ccb[i].scb[j];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment