Home
last modified time | relevance | path

Searched refs:ReadClockOffsetView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc167 GET_CONNECTION(ReadClockOffsetView::Create(command_view)); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc825 auto command_view = ReadClockOffsetView::Create(packet); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc514 auto command_view = bluetooth::hci::ReadClockOffsetView::Create(command); in ReadClockOffset()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h4144ReadClockOffsetView : public ConnectionManagementCommandView { public:static ReadClockOffsetView C… in CreateOptional()
4146 …atic ReadClockOffsetView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
4162 explicit ReadClockOffsetView(ConnectionManagementCommandView parent) : ConnectionManagementCommandV… in CreateOptional() function
23430 static std::unique_ptr<ReadClockOffsetBuilder> FromView(ReadClockOffsetView view) {if (!view.IsVali… in Create()
23453 … CompareBytes(std::vector<uint8_t> captured_packet) {ReadClockOffsetView view = ReadClockOffsetVie…
23456 … {auto vec = std::vector<uint8_t>(data, data + size);ReadClockOffsetView view = ReadClockOffsetVie…