Searched refs:ccb_pool (Results 1 – 7 of 7) sorted by relevance
376 p_ccb = &gap_cb.conn.ccb_pool[handle]; in GAP_GetRxQueueCnt()745 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) in gap_connect_ind()1097 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) in gap_find_ccb_by_cid()1125 p_ccb = &gap_cb.conn.ccb_pool[handle]; in gap_find_ccb_by_handle()1151 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) in gap_allocate_ccb()1196 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) in gap_release_ccb()
95 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS]; member
862 l2cb.ccb_pool[xx].p_next_ccb = &l2cb.ccb_pool[xx + 1]; in l2c_init()871 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0]; in l2c_init()872 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1]; in l2c_init()
860 p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation()912 p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation()
1489 p_ccb = &l2cb.ccb_pool[cid - L2CAP_BASE_APPL_CID]; in l2cu_allocate_ccb()1520 p_ccb->local_cid = L2CAP_BASE_APPL_CID + (UINT16)(p_ccb - l2cb.ccb_pool); in l2cu_allocate_ccb()3059 p_ccb = l2cb.ccb_pool + local_cid; in l2cu_find_ccb_by_cid()3076 p_ccb = l2cb.ccb_pool; in l2cu_find_ccb_by_cid()
444 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ member
297 p_ccb = l2cb.ccb_pool; in L2CA_UcdDeregister()