Searched refs:hfpList (Results 1 – 2 of 2) sorted by relevance
965 std::vector<BluetoothRemoteDevice> hfpList = {}; in GetAllHfpBluetoothDevice() local966 hfpList.reserve(hfpBluetoothDeviceMap_.size()); in GetAllHfpBluetoothDevice()968 hfpList.emplace_back(device); in GetAllHfpBluetoothDevice()970 return hfpList; in GetAllHfpBluetoothDevice()
572 auto hfpList = HfpBluetoothDeviceManager::GetAllHfpBluetoothDevice(); in DisconnectBluetoothHfpSink() local573 for (const auto &device : hfpList) { in DisconnectBluetoothHfpSink()