Searched refs:tL2C_RCB (Results 1 – 6 of 6) sorted by relevance
104 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() argument196 void l2cu_release_rcb(tL2C_RCB* /* p_rcb */) { inc_func_call_count(__func__); } in l2cu_release_rcb() argument
261 } tL2C_RCB; typedef300 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);
125 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()
1549 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 …]
227 tL2C_RCB* p_rcb; in process_l2cap_cmd()
243 tL2C_RCB* p_rcb; in l2cble_process_sig_cmd()