Searched refs:l2cu_reject_ble_connection (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_ble.c | 692 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()
|
D | l2c_int.h | 633 extern void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result);
|
D | l2c_csm.c | 518 … l2cu_reject_ble_connection(p_ccb->p_lcb, p_ccb->remote_id, L2CAP_LE_INSUFFICIENT_AUTHENTICATION); in l2c_csm_term_w4_sec_comp()
|
D | l2c_utils.c | 3130 void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result) in l2cu_reject_ble_connection() function
|