Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp965 std::vector<BluetoothRemoteDevice> hfpList = {}; in GetAllHfpBluetoothDevice() local
966 hfpList.reserve(hfpBluetoothDeviceMap_.size()); in GetAllHfpBluetoothDevice()
968 hfpList.emplace_back(device); in GetAllHfpBluetoothDevice()
970 return hfpList; in GetAllHfpBluetoothDevice()
H A Daudio_bluetooth_manager.cpp572 auto hfpList = HfpBluetoothDeviceManager::GetAllHfpBluetoothDevice(); in DisconnectBluetoothHfpSink() local
573 for (const auto &device : hfpList) { in DisconnectBluetoothHfpSink()