Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1387 auto command_view = bluetooth::hci::ReadVoiceSettingView::Create(command); in ReadVoiceSetting()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h6703ReadVoiceSettingView : public CommandView { public:static ReadVoiceSettingView Create(CommandView … in CreateOptional()
6705 …tic ReadVoiceSettingView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
6717 explicit ReadVoiceSettingView(CommandView parent) : CommandView(std::move(parent)) { was_validated_… in CreateOptional() function
27659 static std::unique_ptr<ReadVoiceSettingBuilder> FromView(ReadVoiceSettingView view) {if (!view.IsVa… in Create()
27680 …CompareBytes(std::vector<uint8_t> captured_packet) {ReadVoiceSettingView view = ReadVoiceSettingVi…
27683 …{auto vec = std::vector<uint8_t>(data, data + size);ReadVoiceSettingView view = ReadVoiceSettingVi…