Home
last modified time | relevance | path

Searched refs:GetMajorMinorClass (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp40 int BluetoothDeviceClass::GetMajorMinorClass() const in GetMajorMinorClass() function in OHOS::Bluetooth::BluetoothDeviceClass
63 return (GetMajorMinorClass() & BluetoothDevice::MAJOR_PERIPHERAL) == in IsProfileSupported()
70 return (GetMajorMinorClass() & BluetoothDevice::MAJOR_NETWORKING) == in IsProfileSupported()
83 switch (GetMajorMinorClass()) { in IsA2dpSupported()
100 switch (GetMajorMinorClass()) { in IsA2dpSinkSupported()
116 switch (GetMajorMinorClass()) { in IsHeadSetSupported()
132 switch (GetMajorMinorClass()) { in IsOppSupported()
H A Dbluetooth_remote_device.cpp340 majorMinorClass = deviceClass.GetMajorMinorClass(); in GetDeviceProductType()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device_class.h91 int GetMajorMinorClass() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp78 int tmpMajorMinorClass = classOfDevice.GetMajorMinorClass(); in ConvertDeviceClassToJS()