Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhiddefs.h89 #define HID_L2CAP_CONN_FAIL \ macro
/system/bt/stack/hid/
Dhidd_conn.cc174 HID_L2CAP_CONN_FAIL | (uint32_t)result, NULL); in hidd_on_l2cap_error()
272 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_cfm()
625 p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; in hidd_conn_initiate()
Dhidh_conn.cc292 uint32_t reason = HID_L2CAP_CONN_FAIL | (uint32_t)result; in hidh_on_l2cap_error()
431 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for in hidh_l2cif_config_cfm()
859 HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection in hidh_conn_initiate()
/system/bt/bta/hh/
Dbta_hh_act.cc819 const bool l2cap_conn_fail = reason & HID_L2CAP_CONN_FAIL; in bta_hh_close_act()
841 if ((reason & (HID_L2CAP_CONN_FAIL | in bta_hh_close_act()