Searched refs:PROFILE_HID_HOST (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | napi_bluetooth_hid_host.cpp | 62 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in DefineHidHostJSClass() 85 NapiProfile::SetProfile(env, ProfileId::PROFILE_HID_HOST, napiProfile); in CreateHidHostProfile()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 117 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_HID_HOST, "PROFILE_HID_HOST"); in ProfileIdInit()
|
H A D | napi_bluetooth_utils.cpp | 382 case static_cast<int32_t>(ProfileId::PROFILE_HID_HOST): in GetProfileId() 383 HILOGD("PROFILE_HID_HOST"); in GetProfileId()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 423 PROFILE_HID_HOST = 6, enumerator
|
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 87 SetNamedPropertyByInteger(env, profileId, ProfileId::PROFILE_HID_HOST, "PROFILE_HID_HOST"); in ProfileIdInit()
|
Completed in 5 milliseconds