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.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()
191 void l2cu_release_ble_rcb(tL2C_RCB* /* p_rcb */) { in l2cu_release_ble_rcb() argument
196 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.h261 } tL2C_RCB; typedef
300 tL2C_RCB* p_rcb; /* Registration CB for this Channel */
605 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
645 tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
792 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm);
793 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm);
794 void l2cu_release_rcb(tL2C_RCB* p_rcb);
795 void l2cu_release_ble_rcb(tL2C_RCB* p_rcb);
796 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm);
797 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm);
Dl2c_api.cc125 tL2C_RCB* p_rcb; in L2CA_Register()
194 tL2C_RCB* p_rcb; in L2CA_Deregister()
325 tL2C_RCB* p_rcb = l2cu_find_rcb_by_psm(psm); in L2CA_ConnectReq()
420 tL2C_RCB* p_rcb; in L2CA_RegisterLECoc()
469 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_DeregisterLECoc()
524 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectLECocReq()
754 tL2C_RCB* p_rcb = l2cu_find_ble_rcb_by_psm(psm); in L2CA_ConnectCreditBasedReq()
Dl2c_utils.cc1549 tL2C_RCB* p_rcb = p_ccb->p_rcb; in l2cu_release_ccb()
1669 tL2C_RCB* l2cu_allocate_rcb(uint16_t psm) { in l2cu_allocate_rcb()
1670 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0]; in l2cu_allocate_rcb()
1695 tL2C_RCB* l2cu_allocate_ble_rcb(uint16_t psm) { in l2cu_allocate_ble_rcb()
1696 tL2C_RCB* p_rcb = &l2cb.ble_rcb_pool[0]; in l2cu_allocate_ble_rcb()
1720 void l2cu_release_rcb(tL2C_RCB* p_rcb) { in l2cu_release_rcb()
1734 void l2cu_release_ble_rcb(tL2C_RCB* p_rcb) { in l2cu_release_ble_rcb()
1779 tL2C_RCB* l2cu_find_rcb_by_psm(uint16_t psm) { in l2cu_find_rcb_by_psm()
1780 tL2C_RCB* p_rcb = &l2cb.rcb_pool[0]; in l2cu_find_rcb_by_psm()
1801 tL2C_RCB* l2cu_find_ble_rcb_by_psm(uint16_t psm) { in l2cu_find_ble_rcb_by_psm()
[all …]
Dl2c_main.cc227 tL2C_RCB* p_rcb; in process_l2cap_cmd()
Dl2c_ble.cc243 tL2C_RCB* p_rcb; in l2cble_process_sig_cmd()