Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.cc79 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; in l2c_link_hci_conn_req()
687 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_link_adjust_allocation()
734 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_link_adjust_allocation()
878 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) { in l2c_link_role_changed()
997 p_lcb = l2cb.lcb_pool; in l2c_link_check_send_pkts()
1004 if (p_lcb == &l2cb.lcb_pool[MAX_L2CAP_LINKS]) p_lcb = &l2cb.lcb_pool[0]; in l2c_link_check_send_pkts()
Dl2c_utils.cc54 if (!l2cb.lcb_pool[i].in_use) return true; in l2cu_can_allocate_lcb()
71 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_allocate_lcb()
248 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_bd_addr()
2103 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_device_reset()
2138 tL2C_LCB* p_lcb_cur = &l2cb.lcb_pool[0]; in l2cu_create_conn_br_edr()
2143 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; in l2cu_create_conn_br_edr()
2196 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_get_num_hi_priority()
2285 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_state()
2315 p_lcb = &l2cb.lcb_pool[0]; in l2cu_lcb_disconnecting()
2449 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; in l2cu_resubmit_pending_sec_req()
[all …]
Dl2c_api.cc135 p_lcb = &l2cb.lcb_pool[0]; in L2CA_Deregister()
476 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in L2CA_DeregisterLECoc()
1155 tL2C_LCB* p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetIdleTimeoutByBdAddr()
1515 p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetFlushTimeout()
Dl2c_ble.cc828 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_ble_link_adjust_allocation()
875 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) { in l2c_ble_link_adjust_allocation()
Dl2c_int.h474 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */ member