Home
last modified time | relevance | path

Searched refs:hfpList (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp962 std::vector<BluetoothRemoteDevice> hfpList = {}; in GetAllHfpBluetoothDevice() local
963 hfpList.reserve(hfpBluetoothDeviceMap_.size()); in GetAllHfpBluetoothDevice()
965 hfpList.emplace_back(device); in GetAllHfpBluetoothDevice()
967 return hfpList; in GetAllHfpBluetoothDevice()
H A Daudio_bluetooth_manager.cpp571 auto hfpList = HfpBluetoothDeviceManager::GetAllHfpBluetoothDevice(); in DisconnectBluetoothHfpSink() local
572 for (const auto &device : hfpList) { in DisconnectBluetoothHfpSink()

Completed in 3 milliseconds