Searched refs:lcb_pool (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_link.c | 80 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) in l2c_link_hci_conn_req() 733 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_link_adjust_allocation() 782 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_link_adjust_allocation() 1010 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) in l2c_link_role_changed() 1147 p_lcb = l2cb.lcb_pool; in l2c_link_check_send_pkts() 1170 if (p_lcb == &l2cb.lcb_pool[MAX_L2CAP_LINKS]) in l2c_link_check_send_pkts() 1171 p_lcb = &l2cb.lcb_pool[0]; in l2c_link_check_send_pkts()
|
D | l2c_utils.c | 56 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_allocate_lcb() 265 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_bd_addr() 2201 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_device_reset() 2227 tL2C_LCB *p_lcb_cur = &l2cb.lcb_pool[0]; in l2cu_create_conn() 2253 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) in l2cu_create_conn() 2310 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_get_num_hi_priority() 2414 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_state() 2448 p_lcb = &l2cb.lcb_pool[0]; in l2cu_lcb_disconnecting() 2595 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) in l2cu_resubmit_pending_sec_req() 3019 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in l2cu_find_lcb_by_handle()
|
D | l2c_ble.c | 851 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_ble_link_adjust_allocation() 900 for (yy = 0, p_lcb = &l2cb.lcb_pool[0]; yy < MAX_L2CAP_LINKS; yy++, p_lcb++) in l2c_ble_link_adjust_allocation()
|
D | l2c_api.c | 138 p_lcb = &l2cb.lcb_pool[0]; in L2CA_Deregister() 856 tL2C_LCB *p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetIdleTimeoutByBdAddr() 1237 p_lcb = &l2cb.lcb_pool[0]; in L2CA_SetFlushTimeout()
|
D | l2c_int.h | 443 tL2C_LCB lcb_pool[MAX_L2CAP_LINKS]; /* Link Control Block pool */ member
|