Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp240 BtUuid classid[HID_HOST_CLASSID_NUM]; in DoPnpDiscovery()
244 sdpUUid.uuidNum = HID_HOST_CLASSID_NUM; in DoPnpDiscovery()
267 BtUuid classid[HID_HOST_CLASSID_NUM]; in DoHidDiscovery()
271 sdpUUid.uuidNum = HID_HOST_CLASSID_NUM; in DoHidDiscovery()
H A Dhid_host_defines.h242 inline static constexpr uint16_t HID_HOST_CLASSID_NUM = 1; variable