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

  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 68 #define HID_TRANS_GET_REPORT (4)
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 64 #define BTA_HH_FST_BTE_TRANS_EVT HID_TRANS_GET_REPORT
bta_hh_api.c 218 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param,
bta_hh_act.c 980 case HID_TRANS_GET_REPORT:
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 841 case HID_TRANS_GET_REPORT:
860 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) )
899 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
    [all...]

Completed in 303 milliseconds