Searched refs:tL2C_RCB (Results 1 – 6 of 6) sorted by relevance
91 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() argument154 void l2cu_release_rcb(tL2C_RCB* /* p_rcb */) { inc_func_call_count(__func__); } in l2cu_release_rcb() argument
234 struct tL2C_RCB { struct289 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);
113 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()
1553 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 …]
225 tL2C_RCB* p_rcb; in process_l2cap_cmd()
267 tL2C_RCB* p_rcb; in l2cble_process_sig_cmd()