Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp522 std::vector<BluetoothRemoteDevice> a2dpList = {}; in GetAllA2dpBluetoothDevice() local
523 a2dpList.reserve(a2dpBluetoothDeviceMap_.size()); in GetAllA2dpBluetoothDevice()
525 a2dpList.emplace_back(device); in GetAllA2dpBluetoothDevice()
527 return a2dpList; in GetAllA2dpBluetoothDevice()
H A Daudio_bluetooth_manager.cpp124 auto a2dpList = MediaBluetoothDeviceManager::GetAllA2dpBluetoothDevice(); in DisconnectBluetoothA2dpSink() local
125 for (const auto &device : a2dpList) { in DisconnectBluetoothA2dpSink()