OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_L2CAP_CHANNELS
(Results
1 - 12
of
12
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c
416
if (lcid - L2CAP_BASE_APPL_CID >=
MAX_L2CAP_CHANNELS
)
rfc_int.h
222
tRFC_MCB *p_rfc_lcid_mcb[
MAX_L2CAP_CHANNELS
]; /* MCB based on the L2CAP's lcid */
/external/bluetooth/bluedroid/stack/mcap/
mca_int.h
180
UINT8 lcid_tbl[
MAX_L2CAP_CHANNELS
]; /* map LCID to tc_tbl index */
/external/bluetooth/bluedroid/include/
bt_target.h
1137
#ifndef
MAX_L2CAP_CHANNELS
1138
#define
MAX_L2CAP_CHANNELS
16
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c
848
for (xx = 0; xx <
MAX_L2CAP_CHANNELS
; xx++)
900
for (xx = 0; xx <
MAX_L2CAP_CHANNELS
; xx++)
[
all
...]
l2c_main.c
869
for (xx = 0; xx <
MAX_L2CAP_CHANNELS
- 1; xx++)
881
l2cb.p_free_ccb_last = &l2cb.ccb_pool[
MAX_L2CAP_CHANNELS
- 1];
[
all
...]
l2c_int.h
476
tL2C_CCB ccb_pool[
MAX_L2CAP_CHANNELS
]; /* Channel Control Block pool */
[
all
...]
l2c_ucd.c
298
for ( xx = 0; xx <
MAX_L2CAP_CHANNELS
; xx++ )
[
all
...]
l2c_utils.c
[
all
...]
l2c_fcr.c
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
932
#ifndef
MAX_L2CAP_CHANNELS
933
#define
MAX_L2CAP_CHANNELS
10
[
all
...]
/external/bluetooth/bluedroid/stack/avdt/
avdt_int.h
539
UINT8 lcid_tbl[
MAX_L2CAP_CHANNELS
]; /* map LCID to tc_tbl index */
Completed in 606 milliseconds