Searched refs:l2cu_send_ble_reconfig_rsp (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 605 l2cu_send_ble_reconfig_rsp(p_lcb, id, L2CAP_RECONFIG_UNACCAPTED_PARAM); in l2cble_process_sig_cmd() 616 l2cu_send_ble_reconfig_rsp(p_lcb, id, L2CAP_RECONFIG_UNACCAPTED_PARAM); in l2cble_process_sig_cmd() 635 l2cu_send_ble_reconfig_rsp(p_lcb, id, L2CAP_RECONFIG_INVALID_DCID); in l2cble_process_sig_cmd() 643 l2cu_send_ble_reconfig_rsp(p_lcb, id, in l2cble_process_sig_cmd() 652 l2cu_send_ble_reconfig_rsp(p_lcb, id, in l2cble_process_sig_cmd() 674 l2cu_send_ble_reconfig_rsp(p_lcb, id, L2CAP_RECONFIG_SUCCEED); in l2cble_process_sig_cmd()
|
D | l2c_int.h | 773 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id,
|
D | l2c_utils.cc | 3237 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_send_ble_reconfig_rsp() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_utils.cc | 200 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* /* p_lcb */, uint8_t /* rem_id */, in l2cu_send_ble_reconfig_rsp() function
|