Searched refs:l2cu_allocate_ccb (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_utils.cc | 70 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* /* p_lcb */, uint16_t /* cid */, in l2cu_allocate_ccb() function
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 347 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectReq() 545 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectLECocReq() 791 l2cu_allocate_ccb(p_lcb, 0, psm == BT_PSM_EATT /* is_eatt */); in L2CA_ConnectCreditBasedReq()
|
D | l2c_ble.cc | 419 temp_p_ccb = l2cu_allocate_ccb( in l2cble_process_sig_cmd() 754 p_ccb = l2cu_allocate_ccb(p_lcb, 0, in l2cble_process_sig_cmd()
|
D | l2c_int.h | 722 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid,
|
D | l2c_main.cc | 392 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in process_l2cap_cmd()
|
D | l2c_utils.cc | 1349 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid, bool is_eatt) { in l2cu_allocate_ccb() function 2675 p_ccb = l2cu_allocate_ccb(NULL, 0); in l2cu_initialize_fixed_ccb()
|