Home
last modified time | relevance | path

Searched refs:MajorClass (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnapi_bluetooth_constant.cpp61 DECLARE_NAPI_PROPERTY("MajorClass", majorClassObj), in ConstantPropertyValueInit()
131 // MajorClass in MajorClassOfDeviceInit()
132 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_MISC, "MAJOR_MISC"); in MajorClassOfDeviceInit()
133 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_COMPUTER, "MAJOR_COMPUTER"); in MajorClassOfDeviceInit()
134 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_PHONE, "MAJOR_PHONE"); in MajorClassOfDeviceInit()
135 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_NETWORKING, "MAJOR_NETWORKING"); in MajorClassOfDeviceInit()
136 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_AUDIO_VIDEO, "MAJOR_AUDIO_VIDEO"); in MajorClassOfDeviceInit()
137 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_PERIPHERAL, "MAJOR_PERIPHERAL"); in MajorClassOfDeviceInit()
138 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_IMAGING, "MAJOR_IMAGING"); in MajorClassOfDeviceInit()
139 SetNamedPropertyByInteger(env, majorClass, MajorClass in MajorClassOfDeviceInit()
[all...]
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp33 using Bluetooth::MajorClass;
72 int tmpCod = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
73 int tmpMajorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
74 int tmpMajorMinorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_native_object.h102 int deviceClass_ = MajorClass::MAJOR_UNCATEGORIZED;
H A Dnapi_bluetooth_utils.h284 enum MajorClass { enum in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp240 int tmpCod = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
241 int tmpMajorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
242 int tmpMajorMinorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()

Completed in 6 milliseconds