OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccb_pool
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_int.h
117
tGAP_CCB
ccb_pool
[GAP_MAX_CONNECTIONS];
member in struct:__anon5893
gap_conn.c
365
p_ccb = &gap_cb.conn.
ccb_pool
[handle];
734
for (xx = 0, p_ccb = gap_cb.conn.
ccb_pool
; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c
871
l2cb.
ccb_pool
[xx].p_next_ccb = &l2cb.
ccb_pool
[xx + 1];
880
l2cb.p_free_ccb_first = &l2cb.
ccb_pool
[0];
881
l2cb.p_free_ccb_last = &l2cb.
ccb_pool
[MAX_L2CAP_CHANNELS - 1];
[
all
...]
l2c_link.c
850
p_ccb = l2cb.
ccb_pool
+ xx;
902
p_ccb = l2cb.
ccb_pool
+ xx;
[
all
...]
l2c_int.h
476
tL2C_CCB
ccb_pool
[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
member in struct:__anon6290
[
all
...]
l2c_ucd.c
297
p_ccb = l2cb.
ccb_pool
;
[
all
...]
l2c_utils.c
[
all
...]
l2c_fcr.c
[
all
...]
Completed in 445 milliseconds