Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device.h190 static const int PROFILE_HID = 3; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp62 } else if (profileId == BluetoothDevice::PROFILE_HID) { in IsProfileSupported()