OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccb_idx
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c
137
UINT8
ccb_idx
;
local
154
ccb_idx
= avdt_ccb_to_idx(p_ccb);
162
(p_tbl->
ccb_idx
==
ccb_idx
) &&
172
(p_tbl->
ccb_idx
==
ccb_idx
) &&
234
UINT8
ccb_idx
= avdt_ccb_to_idx(p_ccb);
local
241
if ((p_tbl->tcid == tcid) && (p_tbl->
ccb_idx
==
ccb_idx
))
283
p_tbl->
ccb_idx
= avdt_ccb_to_idx(p_ccb)
[
all
...]
avdt_int.h
521
UINT8
ccb_idx
; /* channel control block associated with this tc */
member in struct:__anon3502
/external/bluetooth/bluedroid/stack/include/
avdt_api.h
285
UINT8
ccb_idx
; /* For internal use only */
member in struct:__anon3593
[
all
...]
Completed in 154 milliseconds