Searched refs:ConnectionManagementCommandView (Results 1 – 7 of 7) sorted by relevance
85 ConnectionManagementCommandView connection_management_command_view = in log_link_layer_connection_command()86 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command()272 ConnectionManagementCommandView connection_management_command_view = in log_link_layer_connection_command_status()273 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command_status()475 ConnectionManagementCommandView connection_management_command_view = in log_link_layer_connection_command_complete()476 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command_complete()817 ConnectionManagementCommandView connection_management_command_view = in log_classic_pairing_command_status()818 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_classic_pairing_command_status()995 ConnectionManagementCommandView connection_management_command_view = in log_classic_pairing_command_complete()996 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_classic_pairing_command_complete()
283 ConnectionManagementCommandView::Create(AclCommandView::Create(*sent_command))); in TEST_F()505 CreateConnectionView view = CreateConnectionView::Create(ConnectionManagementCommandView::Create( in TEST_F()
207 ConnectionManagementCommandView GetConnectionManagementCommand(OpCode op_code) { in GetConnectionManagementCommand()209 ConnectionManagementCommandView command = in GetConnectionManagementCommand()210 ConnectionManagementCommandView::Create(AclCommandView::Create(base_command)); in GetConnectionManagementCommand()
2867 …ConnectionManagementCommandView : public AclCommandView { public:static ConnectionManagementComman… in CreateOptional()2869 …ConnectionManagementCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared… in CreateOptional()2885 explicit ConnectionManagementCommandView(AclCommandView parent) : AclCommandView(std::move(parent))… in CreateOptional() function3338 …ConnectionManagementCommandView { public:static CreateConnectionView Create(ConnectionManagementCo… in CreateOptional()3340 …:vector<uint8_t>>(bytes);return CreateConnectionView::Create(ConnectionManagementCommandView::Crea… in CreateOptional()3351 if (!ConnectionManagementCommandView::Validate()) { in CreateOptional()3366 explicit CreateConnectionView(ConnectionManagementCommandView parent) : ConnectionManagementCommand… in CreateOptional()3426 …ConnectionManagementCommandView { public:static AddScoConnectionView Create(ConnectionManagementCo… in CreateOptional()3428 …:vector<uint8_t>>(bytes);return AddScoConnectionView::Create(ConnectionManagementCommandView::Crea… in CreateOptional()3435 if (!ConnectionManagementCommandView::Validate()) { in CreateOptional()[all …]
85 return T::Create(CreateAclCommandView<hci::ConnectionManagementCommandView>(bytes)); in CreateConnectionManagementCommandView()
157 auto command_view = ConnectionManagementCommandView::Create(AclCommandView::Create( in ConnectionCommand()
130 auto command_view = ConnectionManagementCommandView::Create(AclCommandView::Create( in ConnectionCommand()