Searched refs:LeCreateConnectionView (Results 1 – 6 of 6) sorted by relevance
357 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()
186 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()373 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
383 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp()
313 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()
1915 auto command_view = bluetooth::hci::LeCreateConnectionView::Create(command); in LeCreateConnection()
10168 …LeCreateConnectionView : 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() function33630 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…