Home
last modified time | relevance | path

Searched refs:tL2C_RCB (Results 1 – 6 of 6) sorted by relevance

/system/bt/test/mock/
Dmock_stack_l2cap_utils.cc104 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm) { in l2cu_allocate_ble_rcb()
108 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm) { in l2cu_allocate_rcb()
112 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm) { in l2cu_find_ble_rcb_by_psm()
116 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm) { in l2cu_find_rcb_by_psm()
185 void l2cu_release_ble_rcb(tL2C_RCB* p_rcb) { in l2cu_release_ble_rcb()
190 void l2cu_release_rcb(tL2C_RCB* p_rcb) { mock_function_count_map[__func__]++; } in l2cu_release_rcb()
/system/bt/stack/l2cap/
Dl2c_int.h264 } tL2C_RCB; typedef
307 tL2C_RCB* p_rcb; /* Registration CB for this Channel */
581 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
624 tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
755 extern tL2C_RCB* l2cu_allocate_rcb(uint16_t psm);
756 extern tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm);
757 extern void l2cu_release_rcb(tL2C_RCB* p_rcb);
758 extern void l2cu_release_ble_rcb(tL2C_RCB* p_rcb);
759 extern tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm);
760 extern tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm);
Dl2c_api.cc90 tL2C_RCB* p_rcb; in L2CA_Register()
163 tL2C_RCB* p_rcb; in L2CA_Deregister()
308 tL2C_RCB* p_rcb = l2cu_find_rcb_by_psm(psm); in L2CA_ConnectReq()
407 tL2C_RCB* p_rcb; in L2CA_RegisterLECoc()
459 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_DeregisterLECoc()
519 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectLECocReq()
729 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectCreditBasedReq()
Dl2c_utils.cc1531 tL2C_RCB* p_rcb = p_ccb->p_rcb; in l2cu_release_ccb()
1641 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm) { in l2cu_allocate_rcb()
1642 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0]; in l2cu_allocate_rcb()
1667 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm) { in l2cu_allocate_ble_rcb()
1668 tL2C_RCB* p_rcb = &l2cb.ble_rcb_pool[0]; in l2cu_allocate_ble_rcb()
1692 void l2cu_release_rcb(tL2C_RCB* p_rcb) { in l2cu_release_rcb()
1706 void l2cu_release_ble_rcb(tL2C_RCB* p_rcb) { in l2cu_release_ble_rcb()
1751 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm) { in l2cu_find_rcb_by_psm()
1752 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0]; in l2cu_find_rcb_by_psm()
1773 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm) { in l2cu_find_ble_rcb_by_psm()
[all …]
Dl2c_main.cc391 tL2C_RCB* p_rcb = l2cu_find_rcb_by_psm(con_info.psm); in process_l2cap_cmd()
456 tL2C_RCB* p_rcb = p_ccb->p_rcb; in process_l2cap_cmd()
Dl2c_ble.cc422 tL2C_RCB* p_rcb; in l2cble_process_sig_cmd()