Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc91 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t /* psm */) { in l2cu_allocate_ble_rcb()
95 tL2C_RCB* l2cu_allocate_rcb(uint16_t /* psm */) { in l2cu_allocate_rcb()
99 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t /* psm */) { in l2cu_find_ble_rcb_by_psm()
103 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t /* psm */) { in l2cu_find_rcb_by_psm()
151 void l2cu_release_ble_rcb(tL2C_RCB* /* p_rcb */) { inc_func_call_count(__func__); } in l2cu_release_ble_rcb() argument
154 void l2cu_release_rcb(tL2C_RCB* /* p_rcb */) { inc_func_call_count(__func__); } in l2cu_release_rcb() argument
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h234 struct tL2C_RCB { struct
289 tL2C_RCB* p_rcb; /* Registration CB for this Channel */
596 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
636 tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
768 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm);
769 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm);
770 void l2cu_release_rcb(tL2C_RCB* p_rcb);
771 void l2cu_release_ble_rcb(tL2C_RCB* p_rcb);
772 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm);
773 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm);
Dl2c_api.cc113 tL2C_RCB* p_rcb; in L2CA_Register()
180 tL2C_RCB* p_rcb; in L2CA_Deregister()
308 tL2C_RCB* p_rcb = l2cu_find_rcb_by_psm(psm); in L2CA_ConnectReq()
401 tL2C_RCB* p_rcb; in L2CA_RegisterLECoc()
448 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_DeregisterLECoc()
508 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectLECocReq()
737 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectCreditBasedReq()
Dl2c_utils.cc1553 tL2C_RCB* p_rcb = p_ccb->p_rcb; in l2cu_release_ccb()
1706 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm) { in l2cu_allocate_rcb()
1707 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0]; in l2cu_allocate_rcb()
1732 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm) { in l2cu_allocate_ble_rcb()
1733 tL2C_RCB* p_rcb = &l2cb.ble_rcb_pool[0]; in l2cu_allocate_ble_rcb()
1757 void l2cu_release_rcb(tL2C_RCB* p_rcb) { in l2cu_release_rcb()
1771 void l2cu_release_ble_rcb(tL2C_RCB* p_rcb) { in l2cu_release_ble_rcb()
1815 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm) { in l2cu_find_rcb_by_psm()
1816 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0]; in l2cu_find_rcb_by_psm()
1839 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm) { in l2cu_find_ble_rcb_by_psm()
[all …]
Dl2c_main.cc225 tL2C_RCB* p_rcb; in process_l2cap_cmd()
Dl2c_ble.cc267 tL2C_RCB* p_rcb; in l2cble_process_sig_cmd()