Home
last modified time | relevance | path

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

/system/bt/include/
Dbt_target.h542 #ifndef MAX_L2CAP_CHANNELS
543 #define MAX_L2CAP_CHANNELS 16 macro
/system/bt/stack/rfcomm/
Drfc_l2cap_if.c420 if (lcid - L2CAP_BASE_APPL_CID >= MAX_L2CAP_CHANNELS) in rfc_find_lcid_mcb()
Drfc_int.h220 tRFC_MCB *p_rfc_lcid_mcb[MAX_L2CAP_CHANNELS]; /* MCB based on the L2CAP's lcid */
/system/bt/stack/mcap/
Dmca_int.h181 UINT8 lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
/system/bt/stack/l2cap/
Dl2c_main.c810 for (xx = 0; xx < MAX_L2CAP_CHANNELS - 1; xx++) in l2c_init()
821 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
Dl2c_ucd.c301 for ( xx = 0; xx < MAX_L2CAP_CHANNELS; xx++ ) in L2CA_UcdDeregister()
Dl2c_int.h469 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
Dl2c_utils.c3329 if (local_cid >= MAX_L2CAP_CHANNELS) in l2cu_find_ccb_by_cid()
3350 for ( xx = 0; xx < MAX_L2CAP_CHANNELS; xx++ ) in l2cu_find_ccb_by_cid()
3359 if ( xx >= MAX_L2CAP_CHANNELS ) in l2cu_find_ccb_by_cid()
Dl2c_link.c877 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) in l2c_link_adjust_chnl_allocation()
/system/bt/stack/avdt/
Davdt_int.h541 UINT8 lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */