Searched refs:lcb_pool (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_link.c | 84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) in l2c_link_hci_conn_req() 762 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_link_adjust_allocation() 811 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_link_adjust_allocation() 966 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) in l2c_link_role_changed() 1106 p_lcb = l2cb.lcb_pool; in l2c_link_check_send_pkts() 1129 if (p_lcb == &l2cb.lcb_pool[MAX_L2CAP_LINKS]) in l2c_link_check_send_pkts() 1130 p_lcb = &l2cb.lcb_pool[0]; in l2c_link_check_send_pkts()
|
D | l2c_utils.c | 57 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_allocate_lcb() 285 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_bd_addr() 2257 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_device_reset() 2283 tL2C_LCB *p_lcb_cur = &l2cb.lcb_pool[0]; in l2cu_create_conn() 2309 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) in l2cu_create_conn() 2369 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_get_num_hi_priority() 2475 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_state() 2509 p_lcb = &l2cb.lcb_pool[0]; in l2cu_lcb_disconnecting() 2656 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) in l2cu_resubmit_pending_sec_req() 3292 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_handle()
|
D | l2c_api.c | 138 p_lcb = &l2cb.lcb_pool[0]; in L2CA_Deregister() 429 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in L2CA_DeregisterLECoc() 1148 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetIdleTimeoutByBdAddr() 1527 p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetFlushTimeout()
|
D | l2c_ble.c | 1049 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_ble_link_adjust_allocation() 1098 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_ble_link_adjust_allocation()
|
D | l2c_int.h | 468 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */ member
|