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

  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 57 HID_HDEV_EVT_CLOSE Connection with device is closed. Data=reason code.
69 HID_HDEV_EVT_CLOSE,
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 337 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, reason, NULL ) ;
421 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, reason, NULL ) ;
543 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, reason, NULL ) ;
623 /* Set reason code for HID_HDEV_EVT_CLOSE */
639 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, hid_close_evt_reason, NULL ) ;
680 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, p_hcon->disc_reason, NULL ) ;
978 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, HID_ERR_L2CAP_FAILED, NULL ) ;
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c     [all...]

Completed in 56 milliseconds