Home
last modified time | relevance | path

Searched refs:l2cu_reject_connection (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.cc379 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_PSM); in process_l2cap_cmd()
386 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_PSM); in process_l2cap_cmd()
393 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES); in process_l2cap_cmd()
Dl2c_int.h634 extern void l2cu_reject_connection(tL2C_LCB* p_lcb, uint16_t remote_cid,
Dl2c_utils.cc504 void l2cu_reject_connection(tL2C_LCB* p_lcb, uint16_t remote_cid, in l2cu_reject_connection() function