Home
last modified time | relevance | path

Searched refs:LeCreateConnectionView (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc357 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp()
443 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F()
513 auto command_view = LeCreateConnectionView::Create( in TEST_F()
549 auto command_view = LeCreateConnectionView::Create( in TEST_F()
1248 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F()
1283 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F()
Dhci_metrics_logging.cc186 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
373 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
Dacl_manager_unittest.cc383 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc313 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in test_direct_connection_after_background_connection()
317 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in test_direct_connection_after_background_connection()
345 bg_create_connection = LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in test_direct_connection_after_background_connection()
378 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in test_direct_connect_after_direct_connect()
406 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in test_direct_connect_after_direct_connect()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1915 auto command_view = bluetooth::hci::LeCreateConnectionView::Create(command); in LeCreateConnection()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h10168LeCreateConnectionView : public LeConnectionManagementCommandView { public:static LeCreateConnecti… in CreateOptional()
10170 …c LeCreateConnectionView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
10206 explicit LeCreateConnectionView(LeConnectionManagementCommandView parent) : LeConnectionManagementC… in CreateOptional() function
33630 static std::unique_ptr<LeCreateConnectionBuilder> FromView(LeCreateConnectionView view) {if (!view.… in Create()
33651 …mpareBytes(std::vector<uint8_t> captured_packet) {LeCreateConnectionView view = LeCreateConnection…
33654 …uto vec = std::vector<uint8_t>(data, data + size);LeCreateConnectionView view = LeCreateConnection…