Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp148 … int32_t tmp = MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device); in SetActiveA2dpDevice()
171 int32_t ret = MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device); in SetDeviceAbsVolume()
183 int32_t ret = MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device); in GetA2dpDeviceStreamInfo()
H A Dbluetooth_device_manager.h64 …static int32_t GetConnectedA2dpBluetoothDevice(const std::string& macAddress, BluetoothRemoteDevic…
H A Dbluetooth_device_manager.cpp105 … if (MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(macAddress, device) != SUCCESS) { in SendUserSelectionEvent()
507 int32_t MediaBluetoothDeviceManager::GetConnectedA2dpBluetoothDevice(const std::string& macAddress, in GetConnectedA2dpBluetoothDevice() function in OHOS::Bluetooth::MediaBluetoothDeviceManager