Home
last modified time | relevance | path

Searched refs:l2cu_reject_ble_connection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc142 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/
Dl2c_ble.cc765 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()
Dl2c_csm.cc389 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()
Dl2c_int.h736 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, tL2CAP_LE_RESULT_CODE result);
Dl2c_utils.cc3265 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, tL2CAP_LE_RESULT_CODE result) { in l2cu_reject_ble_connection() function