Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ble.c692 l2cu_reject_ble_connection (p_lcb, id, L2CAP_LE_NO_PSM); in l2cble_process_sig_cmd()
700 l2cu_reject_ble_connection (p_lcb, id, L2CAP_CONN_NO_PSM); in l2cble_process_sig_cmd()
709 l2cu_reject_ble_connection (p_lcb, id, L2CAP_CONN_NO_RESOURCES); in l2cble_process_sig_cmd()
717 l2cu_reject_ble_connection (p_lcb, id, L2CAP_CONN_NO_RESOURCES); in l2cble_process_sig_cmd()
Dl2c_int.h633 extern void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result);
Dl2c_csm.c518l2cu_reject_ble_connection(p_ccb->p_lcb, p_ccb->remote_id, L2CAP_LE_INSUFFICIENT_AUTHENTICATION); in l2c_csm_term_w4_sec_comp()
Dl2c_utils.c3130 void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result) in l2cu_reject_ble_connection() function