Searched refs:source_pacs (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 709 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/ |
D | client_linux.cc | 63 const std::vector<uint8_t>& source_pacs, in AddFromStorage() argument
|
D | codec_manager.h | 69 std::optional<std::vector<types::acs_ac_record>> source_pacs; member
|
D | codec_manager.cc | 1143 if (req.source_pacs.has_value()) { in operator <<() 1145 for (auto const& pac : req.source_pacs.value()) { in operator <<()
|
D | device_groups.cc | 868 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()
|
D | client.cc | 1503 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()
|
D | devices_test.cc | 573 : requirements.source_pacs; in GetVendorAseConfigurationsForRequirements()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_le_audio_api.h | 92 const std::vector<uint8_t>& source_pacs,
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software.cc | 466 GetAidlLeAudioDeviceCapabilitiesFromStackFormat(requirements.source_pacs); in GetUnicastConfig()
|