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

  /external/bluetooth/bluedroid/stack/include/
gattdefs.h 100 #define GATT_UUID_HID_REPORT 0x2A4D
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 50 GATT_UUID_HID_REPORT,
60 {GATT_UUID_HID_REPORT, BTA_HH_RPTT_INPUT},
118 if (p_rpt->uuid == GATT_UUID_HID_REPORT)
163 case GATT_UUID_HID_REPORT:
164 return "GATT_UUID_HID_REPORT";
491 if (mode == BTA_HH_PROTO_RPT_MODE && p_rpt->uuid == GATT_UUID_HID_REPORT)
637 char_uuid = GATT_UUID_HID_REPORT;
780 if (p_rpt->uuid == GATT_UUID_HID_REPORT &&
810 else if (p_rpt->uuid == GATT_UUID_HID_REPORT &&
    [all...]

Completed in 25 milliseconds