HomeSort by relevance Sort by last modified time
    Searched refs:HID_L2CAP_CONN_FAIL (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/include/
hiddefs.h 59 #define HID_L2CAP_CONN_FAIL (0x0100) /* Connection Attempt was made but failed */
  /system/bt/stack/hid/
hidh_conn.c 265 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to 'connection failure' */
413 reason = HID_L2CAP_CONN_FAIL | (UINT32) result ;
423 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to "connection failure" */
491 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection Attempt was made but failed */
569 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* Reset initial reason for CLOSE_EVT: Connection Attempt was made but failed */
    [all...]
  /system/bt/bta/hh/
bta_hh_act.c 878 if ((reason & (HID_L2CAP_CONN_FAIL|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (page timeout or l2cap error) */
    [all...]

Completed in 188 milliseconds