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 58 GATT_UUID_HID_REPORT,
68 {GATT_UUID_HID_REPORT, BTA_HH_RPTT_INPUT},
129 if (p_rpt->uuid == GATT_UUID_HID_REPORT)
175 case GATT_UUID_HID_REPORT:
176 return "GATT_UUID_HID_REPORT";
520 if (mode == BTA_HH_PROTO_RPT_MODE && p_rpt->uuid == GATT_UUID_HID_REPORT)
670 char_uuid = GATT_UUID_HID_REPORT;
834 if (p_rpt->uuid == GATT_UUID_HID_REPORT &&
864 else if (p_rpt->uuid == GATT_UUID_HID_REPORT &&
    [all...]

Completed in 311 milliseconds