Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h340 int GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp329 int BluetoothRemoteDevice::GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) co… in GetDeviceProductType() function in OHOS::Bluetooth::BluetoothRemoteDevice
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp139 device.GetDeviceProductType(cod, majorClass, majorMinorClass); in GetDeviceCategory()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp212 int32_t err = remoteDevice.GetDeviceProductType(tmpCod, tmpMajorClass, tmpMajorMinorClass); in GetRemoteDeviceClass()