Home
last modified time | relevance | path

Searched refs:HID_HOST_UUID_GATT_HID_REPORT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_defines.h223 static constexpr uint16_t HID_HOST_UUID_GATT_HID_REPORT = 0x2A4D; variable
H A Dhid_host_hogp.cpp418 } else if (character.uuid_ == Uuid::ConvertFrom16Bits(HID_HOST_UUID_GATT_HID_REPORT)) { in GetHidInformation()