Home
last modified time | relevance | path

Searched refs:ccb_pool (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/gap/
Dgap_conn.cc74 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS]; member
415 p_ccb = &conn.ccb_pool[handle]; in GAP_GetRxQueueCnt()
604 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()
895 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()
920 p_ccb = &conn.ccb_pool[handle]; in gap_find_ccb_by_handle()
943 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()
986 tGAP_CCB* p_ccb_local = conn.ccb_pool; in gap_release_ccb()
/system/bt/stack/l2cap/
Dl2c_main.cc922 l2cb.ccb_pool[xx].p_next_ccb = &l2cb.ccb_pool[xx + 1]; in l2c_init()
928 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0]; in l2c_init()
929 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
Dl2c_int.h580 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ member
Dl2c_utils.cc1365 p_ccb = &l2cb.ccb_pool[cid - L2CAP_BASE_APPL_CID]; in l2cu_allocate_ccb()
1394 p_ccb->local_cid = L2CAP_BASE_APPL_CID + (uint16_t)(p_ccb - l2cb.ccb_pool); in l2cu_allocate_ccb()
3151 p_ccb = l2cb.ccb_pool + local_cid; in l2cu_find_ccb_by_cid()
Dl2c_link.cc727 tL2C_CCB* p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation()