Home
last modified time | relevance | path

Searched refs:source_pacs (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc709 std::vector<uint8_t> source_pacs; in btif_storage_leaudio_update_pacs_bin() local
710 if (LeAudioClient::GetSourcePacsForStorage(addr, source_pacs)) { in btif_storage_leaudio_update_pacs_bin()
712 [](const RawAddress& bd_addr, std::vector<uint8_t> source_pacs) { in btif_storage_leaudio_update_pacs_bin() argument
715 source_pacs.data(), source_pacs.size()); in btif_storage_leaudio_update_pacs_bin()
717 addr, std::move(source_pacs))); in btif_storage_leaudio_update_pacs_bin()
845 std::vector<uint8_t> source_pacs(buffer_size); in btif_storage_load_bonded_leaudio() local
848 source_pacs.data(), &buffer_size); in btif_storage_load_bonded_leaudio()
864 std::move(handles), std::move(sink_pacs), std::move(source_pacs), in btif_storage_load_bonded_leaudio()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc63 const std::vector<uint8_t>& source_pacs, in AddFromStorage() argument
Dcodec_manager.h69 std::optional<std::vector<types::acs_ac_record>> source_pacs; member
Dcodec_manager.cc1143 if (req.source_pacs.has_value()) { in operator <<()
1145 for (auto const& pac : req.source_pacs.value()) { in operator <<()
Ddevice_groups.cc868 if (!new_req.source_pacs) { in GetAudioSetConfigurationRequirements()
869 new_req.source_pacs = std::vector<types::acs_ac_record>{}; in GetAudioSetConfigurationRequirements()
873 new_req.source_pacs->push_back(pac_record); in GetAudioSetConfigurationRequirements()
Dclient.cc1503 const std::vector<uint8_t>& source_pacs, in AddFromStorage() argument
1564 if (!DeserializeSourcePacs(leAudioDevice, source_pacs)) { in AddFromStorage()
6258 const std::vector<uint8_t>& source_pacs, const std::vector<uint8_t>& ases) { in AddFromStorage() argument
6267 source_pacs, ases); in AddFromStorage()
Ddevices_test.cc573 : requirements.source_pacs; in GetVendorAseConfigurationsForRequirements()
/packages/modules/Bluetooth/system/bta/include/
Dbta_le_audio_api.h92 const std::vector<uint8_t>& source_pacs,
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc466 GetAidlLeAudioDeviceCapabilitiesFromStackFormat(requirements.source_pacs); in GetUnicastConfig()