Searched refs:HID_L2CAP_CONN_FAIL (Results 1 – 3 of 3) sorted by relevance
59 #define HID_L2CAP_CONN_FAIL (0x0100) /* Connection Attempt was made but failed */ macro
265 …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()
878 …if ((reason & (HID_L2CAP_CONN_FAIL|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (p… in bta_hh_close_act()