Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h340 int GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) const;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp76 "GetDeviceProductType", 10, nullptr, nullptr, HiviewDFX::XCOLLIE_FLAG_LOG); // 10 表示超时时间为10s in GetRemoteDeviceClass()
77 *errCode = remoteDevice.GetDeviceProductType(tmpCod, tmpMajorClass, tmpMajorMinorClass); in GetRemoteDeviceClass()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp326 int BluetoothRemoteDevice::GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) const in GetDeviceProductType() function in OHOS::Bluetooth::BluetoothRemoteDevice
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp243 int32_t err = remoteDevice.GetDeviceProductType(tmpCod, tmpMajorClass, tmpMajorMinorClass); in GetRemoteDeviceClass()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp139 device.GetDeviceProductType(cod, majorClass, majorMinorClass); in GetDeviceCategory()

Completed in 6 milliseconds