Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc219 auto view = WriteLinkSupervisionTimeoutView::Create(command_view); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc1040 auto command_view = WriteLinkSupervisionTimeoutView::Create(packet); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1325 auto command_view = bluetooth::hci::WriteLinkSupervisionTimeoutView::Create(command); in WriteLinkSupervisionTimeout()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7325WriteLinkSupervisionTimeoutView : public ConnectionManagementCommandView { public:static WriteLink… in CreateOptional()
7327WriteLinkSupervisionTimeoutView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared… in CreateOptional()
7345 explicit WriteLinkSupervisionTimeoutView(ConnectionManagementCommandView parent) : ConnectionManage… in CreateOptional() function
28736 static std::unique_ptr<WriteLinkSupervisionTimeoutBuilder> FromView(WriteLinkSupervisionTimeoutView in Create()
28759 …s(std::vector<uint8_t> captured_packet) {WriteLinkSupervisionTimeoutView view = WriteLinkSupervisi…
28762 … std::vector<uint8_t>(data, data + size);WriteLinkSupervisionTimeoutView view = WriteLinkSupervisi…