Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc282 auto command = CreateConnectionView::Create( in TEST_F()
505 CreateConnectionView view = CreateConnectionView::Create(ConnectionManagementCommandView::Create( in TEST_F()
Dhci_metrics_logging.cc92 CreateConnectionView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command()
279 CreateConnectionView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1968 auto command_view = bluetooth::hci::CreateConnectionView::Create(command); in CreateConnection()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3338CreateConnectionView : public ConnectionManagementCommandView { public:static CreateConnectionView in CreateOptional()
3340 …tic CreateConnectionView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
3366 explicit CreateConnectionView(ConnectionManagementCommandView parent) : ConnectionManagementCommand… in CreateOptional() function
22004 static std::unique_ptr<CreateConnectionBuilder> FromView(CreateConnectionView view) {if (!view.IsVa… in Create()
22027 …CompareBytes(std::vector<uint8_t> captured_packet) {CreateConnectionView view = CreateConnectionVi…
22030 …{auto vec = std::vector<uint8_t>(data, data + size);CreateConnectionView view = CreateConnectionVi…