Searched refs:l2cu_reject_ble_coc_connection (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_utils.cc | 168 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 D | l2c_ble.cc | 871 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 D | l2c_int.h | 727 extern void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
|
H A D | l2c_utils.cc | 2800 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()
|