Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhiddefs.h59 #define HID_L2CAP_CONN_FAIL (0x0100) /* Connection Attempt was made but failed */ macro
/system/bt/stack/hid/
Dhidh_conn.c265 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is com… in hidh_l2cif_connect_ind()
413 reason = HID_L2CAP_CONN_FAIL | (UINT32) result ; in hidh_l2cif_connect_cfm()
423 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is com… in hidh_l2cif_connect_cfm()
491 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection Attem… in hidh_l2cif_config_ind()
569 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection Atte… in hidh_l2cif_config_cfm()
1017 …p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection … in hidh_conn_initiate()
/system/bt/bta/hh/
Dbta_hh_act.c878 …if ((reason & (HID_L2CAP_CONN_FAIL|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (p… in bta_hh_close_act()