Searched refs:l2cu_reject_ble_connection (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_ble.cc | 585 l2cu_reject_ble_connection( in l2cble_process_sig_cmd() 594 l2cu_reject_ble_connection(p_lcb, id, L2CAP_LE_RESULT_NO_PSM); in l2cble_process_sig_cmd() 601 l2cu_reject_ble_connection(p_lcb, id, L2CAP_CONN_NO_PSM); in l2cble_process_sig_cmd() 610 l2cu_reject_ble_connection(p_lcb, id, L2CAP_CONN_NO_RESOURCES); in l2cble_process_sig_cmd() 618 l2cu_reject_ble_connection(p_lcb, id, L2CAP_CONN_NO_RESOURCES); in l2cble_process_sig_cmd()
|
D | l2c_csm.cc | 250 l2cu_reject_ble_connection(p_ccb->p_lcb, p_ccb->remote_id, result); in l2c_csm_closed() 457 l2cu_reject_ble_connection( in l2c_csm_term_w4_sec_comp()
|
D | l2c_int.h | 651 extern void l2cu_reject_ble_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
|
D | l2c_utils.cc | 2872 void l2cu_reject_ble_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_connection() function
|