Home
last modified time | relevance | path

Searched refs:MAX_L2CAP_CHANNELS (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c416 if (lcid - L2CAP_BASE_APPL_CID >= MAX_L2CAP_CHANNELS) in rfc_find_lcid_mcb()
Drfc_int.h222 tRFC_MCB *p_rfc_lcid_mcb[MAX_L2CAP_CHANNELS]; /* MCB based on the L2CAP's lcid */
/external/bluetooth/bluedroid/stack/mcap/
Dmca_int.h180 UINT8 lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c866 for (xx = 0; xx < MAX_L2CAP_CHANNELS - 1; xx++) in l2c_init()
878 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
Dl2c_link.c848 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) in l2c_link_adjust_chnl_allocation()
900 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) in l2c_link_adjust_chnl_allocation()
Dl2c_int.h476 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
Dl2c_ucd.c298 for ( xx = 0; xx < MAX_L2CAP_CHANNELS; xx++ ) in L2CA_UcdDeregister()
Dl2c_utils.c3038 if (local_cid >= MAX_L2CAP_CHANNELS) in l2cu_find_ccb_by_cid()
3059 for ( xx = 0; xx < MAX_L2CAP_CHANNELS; xx++ ) in l2cu_find_ccb_by_cid()
3068 if ( xx >= MAX_L2CAP_CHANNELS ) in l2cu_find_ccb_by_cid()
Dl2c_fcr.c2436 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++, p_temp_ccb++) in L2CA_SetupErtmTest()
/external/libnfc-nci/src/include/
Dbt_target.h932 #ifndef MAX_L2CAP_CHANNELS
933 #define MAX_L2CAP_CHANNELS 10 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h1125 #ifndef MAX_L2CAP_CHANNELS
1126 #define MAX_L2CAP_CHANNELS 16 macro
/external/bluetooth/bluedroid/stack/avdt/
Davdt_int.h539 UINT8 lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */