Searched refs:l2cu_reject_ble_connection (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_utils.cc | 142 void l2cu_reject_ble_connection(tL2C_CCB* /* p_ccb */, uint8_t /* rem_id */, in l2cu_reject_ble_connection() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 765 l2cu_reject_ble_connection(p_ccb, id, tL2CAP_LE_RESULT_CODE::L2CAP_LE_RESULT_NO_RESOURCES); in l2cble_process_sig_cmd() 772 l2cu_reject_ble_connection(p_ccb, id, tL2CAP_LE_RESULT_CODE::L2CAP_LE_RESULT_NO_RESOURCES); in l2cble_process_sig_cmd()
|
D | l2c_csm.cc | 389 l2cu_reject_ble_connection(p_ccb, p_ccb->remote_id, result); in l2c_csm_closed() 641 l2cu_reject_ble_connection( in l2c_csm_term_w4_sec_comp()
|
D | l2c_int.h | 736 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, tL2CAP_LE_RESULT_CODE result);
|
D | l2c_utils.cc | 3265 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, tL2CAP_LE_RESULT_CODE result) { in l2cu_reject_ble_connection() function
|