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.cc585 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()
Dl2c_csm.cc250 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()
Dl2c_int.h651 extern void l2cu_reject_ble_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
Dl2c_utils.cc2872 void l2cu_reject_ble_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_connection() function