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.h58 #define HID_L2CAP_CONN_FAIL \ macro
/system/bt/stack/hid/
Dhidd_conn.cc244 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_connect_ind()
305 HID_L2CAP_CONN_FAIL | (uint32_t)result, NULL); in hidd_l2cif_connect_cfm()
313 HID_L2CAP_CONN_FAIL; /* in case disconnected before sec completed */ in hidd_l2cif_connect_cfm()
370 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_ind()
453 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_cfm()
823 p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; in hidd_conn_initiate()
Dhidh_conn.cc259 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs in hidh_l2cif_connect_ind()
417 reason = HID_L2CAP_CONN_FAIL | (uint32_t)result; in hidh_l2cif_connect_cfm()
427 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs in hidh_l2cif_connect_cfm()
494 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for in hidh_l2cif_config_ind()
574 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for in hidh_l2cif_config_cfm()
1009 HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection in hidh_conn_initiate()
/system/bt/bta/hh/
Dbta_hh_act.cc845 if ((reason & (HID_L2CAP_CONN_FAIL | in bta_hh_close_act()