Home
last modified time | relevance | path

Searched refs:rcb_pool (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c52 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2c_ucd_discover_cback()
118 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2c_ucd_congestion_status_cback()
274 p_rcb = &l2cb.rcb_pool[0]; in L2CA_UcdDeregister()
624 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2c_ucd_check_pending_info_req()
Dl2c_utils.c1799 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2cu_allocate_rcb()
1908 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2cu_find_rcb_by_psm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h486 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */ member