Searched refs:HID_L2CAP_CONN_FAIL (Results 1 – 4 of 4) sorted by relevance
205 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_connect_ind()253 …hd_cb.callback(hd_cb.device.addr, HID_DHOST_EVT_CLOSE, HID_L2CAP_CONN_FAIL | (uint32_t)result, NUL… in hidd_l2cif_connect_cfm()259 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* in case disconnected before sec completed */ in hidd_l2cif_connect_cfm()304 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_ind()365 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; in hidd_l2cif_config_cfm()654 p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; in hidd_conn_initiate()
253 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is com… in hidh_l2cif_connect_ind()391 reason = HID_L2CAP_CONN_FAIL | (UINT32) result ; in hidh_l2cif_connect_cfm()400 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is com… in hidh_l2cif_connect_cfm()463 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection Atte… in hidh_l2cif_config_ind()534 …p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection Atte… in hidh_l2cif_config_cfm()968 …p_dev->conn.disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection … in hidh_conn_initiate()
63 #define HID_L2CAP_CONN_FAIL (0x0100) /* Connection Attempt was made but failed */ macro
843 …if ((reason & (HID_L2CAP_CONN_FAIL | HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (… in bta_hh_close_act()