Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc194 HID_L2CAP_CONN_FAIL | (uint32_t)result, NULL); in hidd_on_l2cap_error()
291 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_cfm()
657 p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; in hidd_conn_initiate()
Dhidh_conn.cc310 uint32_t reason = HID_L2CAP_CONN_FAIL | (uint32_t)result; in hidh_on_l2cap_error()
444 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for in hidh_l2cif_config_cfm()
892 HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection in hidh_conn_initiate()
/packages/modules/Bluetooth/system/stack/include/
Dhiddefs.h87 #define HID_L2CAP_CONN_FAIL \ macro
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc848 const bool l2cap_conn_fail = reason & HID_L2CAP_CONN_FAIL; in bta_hh_close_act()