Home
last modified time | relevance | path

Searched refs:GetDeviceCustomType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h360 int32_t GetDeviceCustomType(int32_t &deviceType) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp366 int32_t BluetoothRemoteDevice::GetDeviceCustomType(int32_t &deviceType) const in GetDeviceCustomType() function in OHOS::Bluetooth::BluetoothRemoteDevice
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp731 int32_t err = remoteDevice.GetDeviceCustomType(deviceType); in GetRemoteDeviceType()