Home
last modified time | relevance | path

Searched refs:tL2C_RCB (Results 1 – 6 of 6) 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()
89 tL2C_RCB *p_rcb; in l2c_ucd_data_ind_cback()
118 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2c_ucd_congestion_status_cback()
193 tL2C_RCB *p_rcb; in L2CA_UcdRegister()
261 tL2C_RCB *p_rcb; in L2CA_UcdDeregister()
311 tL2C_RCB *p_rcb; in L2CA_UcdDiscover()
374 tL2C_RCB *p_rcb; in L2CA_UcdDataWrite()
527 tL2C_RCB *p_rcb; in l2c_ucd_connect()
624 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2c_ucd_check_pending_info_req()
839 tL2C_RCB *p_rcb; in l2c_ucd_check_rx_pkts()
Dl2c_api.c57 tL2C_RCB *p_rcb; in L2CA_Register()
120 tL2C_RCB *p_rcb; in L2CA_Deregister()
227 tL2C_RCB *p_rcb; in L2CA_ErtmConnectReq()
341 tL2C_RCB *registration_control_block = channel_control_block->p_rcb; in L2CA_SetConnectionCallbacks()
343 registration_control_block = (tL2C_RCB *)osi_calloc(sizeof(tL2C_RCB)); in L2CA_SetConnectionCallbacks()
920 tL2C_RCB *p_rcb; in L2CA_LocalLoopbackReq()
1338 tL2C_RCB *p_rcb; in L2CA_RegisterLECoc()
1389 tL2C_RCB *p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_DeregisterLECoc()
1452 tL2C_RCB *p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectLECocReq()
Dl2c_utils.c1685 tL2C_RCB *p_rcb = p_ccb->p_rcb; in l2cu_release_ccb()
1797 tL2C_RCB *l2cu_allocate_rcb (UINT16 psm) in l2cu_allocate_rcb()
1799 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2cu_allocate_rcb()
1828 tL2C_RCB *l2cu_allocate_ble_rcb (UINT16 psm) in l2cu_allocate_ble_rcb()
1830 tL2C_RCB *p_rcb = &l2cb.ble_rcb_pool[0]; in l2cu_allocate_ble_rcb()
1860 void l2cu_release_rcb (tL2C_RCB *p_rcb) in l2cu_release_rcb()
1906 tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm) in l2cu_find_rcb_by_psm()
1908 tL2C_RCB *p_rcb = &l2cb.rcb_pool[0]; in l2cu_find_rcb_by_psm()
1932 tL2C_RCB *l2cu_find_ble_rcb_by_psm (UINT16 psm) in l2cu_find_ble_rcb_by_psm()
1934 tL2C_RCB *p_rcb = &l2cb.ble_rcb_pool[0]; in l2cu_find_ble_rcb_by_psm()
Dl2c_main.c366 tL2C_RCB *p_rcb; in process_l2cap_cmd()
Dl2c_ble.c800 tL2C_RCB *p_rcb = NULL; in l2cble_process_sig_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h256 } tL2C_RCB; typedef
293 tL2C_RCB *p_rcb; /* Registration CB for this Channel */
486 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
524tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
691 extern tL2C_RCB *l2cu_allocate_rcb (UINT16 psm);
692 extern tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm);
693 extern void l2cu_release_rcb (tL2C_RCB *p_rcb);
694 extern tL2C_RCB *l2cu_allocate_ble_rcb (UINT16 psm);
695 extern tL2C_RCB *l2cu_find_ble_rcb_by_psm (UINT16 psm);