Searched refs:sink_pacs (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 697 std::vector<uint8_t> sink_pacs; in btif_storage_leaudio_update_pacs_bin() local 699 if (LeAudioClient::GetSinkPacsForStorage(addr, sink_pacs)) { in btif_storage_leaudio_update_pacs_bin() 701 [](const RawAddress& bd_addr, std::vector<uint8_t> sink_pacs) { in btif_storage_leaudio_update_pacs_bin() argument 704 sink_pacs.data(), sink_pacs.size()); in btif_storage_leaudio_update_pacs_bin() 706 addr, std::move(sink_pacs))); in btif_storage_leaudio_update_pacs_bin() 837 std::vector<uint8_t> sink_pacs(buffer_size); in btif_storage_load_bonded_leaudio() local 840 sink_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 | codec_manager.h | 68 std::optional<std::vector<types::acs_ac_record>> sink_pacs; member 96 std::optional<std::vector<types::acs_ac_record>> sink_pacs; member
|
D | client_linux.cc | 62 const std::vector<uint8_t>& sink_pacs, in AddFromStorage() argument
|
D | codec_manager.cc | 597 requirements.subgroup_quality, requirements.sink_pacs); in GetBroadcastConfig() 1127 if (req.sink_pacs.has_value()) { in operator <<() 1129 for (auto const& pac : req.sink_pacs.value()) { in operator <<()
|
D | device_groups.cc | 856 if (!new_req.sink_pacs) { in GetAudioSetConfigurationRequirements() 857 new_req.sink_pacs = std::vector<types::acs_ac_record>{}; in GetAudioSetConfigurationRequirements() 861 new_req.sink_pacs->push_back(pac_record); in GetAudioSetConfigurationRequirements()
|
D | client.cc | 1502 const std::vector<uint8_t>& sink_pacs, in AddFromStorage() argument 1558 if (!DeserializeSinkPacs(leAudioDevice, sink_pacs)) { in AddFromStorage() 6257 const std::vector<uint8_t>& sink_pacs, in AddFromStorage() argument 6266 source_supported_context_types, handles, sink_pacs, in AddFromStorage()
|
D | devices_test.cc | 572 ? requirements.sink_pacs in GetVendorAseConfigurationsForRequirements()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_le_audio_api.h | 91 const std::vector<uint8_t>& sink_pacs,
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software.cc | 463 GetAidlLeAudioDeviceCapabilitiesFromStackFormat(requirements.sink_pacs); in GetUnicastConfig()
|