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

  /system/bt/stack/include/
gattdefs.h 99 #define GATT_UUID_HID_REPORT 0x2A4D
  /system/bt/bta/hh/
bta_hh_le.c 61 GATT_UUID_HID_REPORT,
71 {GATT_UUID_HID_REPORT, BTA_HH_RPTT_INPUT},
132 if (p_rpt->uuid == GATT_UUID_HID_REPORT)
178 case GATT_UUID_HID_REPORT:
179 return "GATT_UUID_HID_REPORT";
523 if (mode == BTA_HH_PROTO_RPT_MODE && p_rpt->uuid == GATT_UUID_HID_REPORT)
673 char_uuid = GATT_UUID_HID_REPORT;
837 if (p_rpt->uuid == GATT_UUID_HID_REPORT &&
867 else if (p_rpt->uuid == GATT_UUID_HID_REPORT &&
    [all...]

Completed in 48 milliseconds