Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp197 if (IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleConnectingDevice()
205 if (IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleConnectDevice()
246 if (!IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleDisconnectDevice()
264 bool isDeviceExist = IsA2dpBluetoothDeviceExist(device.GetDeviceAddr()); in HandleWearDevice()
286 bool isDeviceExist = IsA2dpBluetoothDeviceExist(device.GetDeviceAddr()); in HandleUnwearDevice()
307 if (!IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleEnableDevice()
323 if (!IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleDisableDevice()
339 if (!IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleWearEnable()
366 if (!IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleWearDisable()
393 if (IsA2dpBluetoothDeviceExist(device.GetDeviceAddr())) { in HandleVirtualConnectDevice()
[all …]
H A Dbluetooth_device_manager.h62 static bool IsA2dpBluetoothDeviceExist(const std::string& macAddress);