Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp264 bool isDeviceExist = IsA2dpBluetoothDeviceExist(device.GetDeviceAddr()); in HandleWearDevice() local
265 CHECK_AND_RETURN_LOG(isDeviceExist, in HandleWearDevice()
286 bool isDeviceExist = IsA2dpBluetoothDeviceExist(device.GetDeviceAddr()); in HandleUnwearDevice() local
287 CHECK_AND_RETURN_LOG(isDeviceExist, "HandleWearDevice failed for the device has not worn."); in HandleUnwearDevice()