Home
last modified time | relevance | path

Searched refs:l2cu_reject_ble_coc_connection (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_utils.cc168 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection() function
/aosp12/system/bt/stack/l2cap/
H A Dl2c_ble.cc871 l2cu_reject_ble_coc_connection( in l2cble_process_sig_cmd()
880 l2cu_reject_ble_coc_connection(p_lcb, id, L2CAP_LE_RESULT_NO_PSM); in l2cble_process_sig_cmd()
887 l2cu_reject_ble_coc_connection(p_lcb, id, L2CAP_CONN_NO_PSM); in l2cble_process_sig_cmd()
H A Dl2c_int.h727 extern void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
H A Dl2c_utils.cc2800 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection() function
2947 l2cu_reject_ble_coc_connection(p_ccb->p_lcb, rem_id, result); in l2cu_reject_ble_connection()