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.cc247 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_connect_ind()
308 HID_L2CAP_CONN_FAIL | (uint32_t)result, NULL); in hidd_l2cif_connect_cfm()
316 HID_L2CAP_CONN_FAIL; /* in case disconnected before sec completed */ in hidd_l2cif_connect_cfm()
373 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_ind()
456 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_cfm()
818 p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; in hidd_conn_initiate()
Dhidh_conn.cc257 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs in hidh_l2cif_connect_ind()
415 reason = HID_L2CAP_CONN_FAIL | (uint32_t)result; in hidh_l2cif_connect_cfm()
425 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs in hidh_l2cif_connect_cfm()
492 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for in hidh_l2cif_config_ind()
572 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for in hidh_l2cif_config_cfm()
1007 HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection in hidh_conn_initiate()
/system/bt/bta/hh/
Dbta_hh_act.cc822 if ((reason & (HID_L2CAP_CONN_FAIL | in bta_hh_close_act()