Home
last modified time | relevance | path

Searched refs:ConnectionManagementCommandView (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc85 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()
Dhci_layer_test.cc283 ConnectionManagementCommandView::Create(AclCommandView::Create(*sent_command))); in TEST_F()
505 CreateConnectionView view = CreateConnectionView::Create(ConnectionManagementCommandView::Create( in TEST_F()
Dacl_manager_test.cc207 ConnectionManagementCommandView GetConnectionManagementCommand(OpCode op_code) { in GetConnectionManagementCommand()
209 ConnectionManagementCommandView command = in GetConnectionManagementCommand()
210 ConnectionManagementCommandView::Create(AclCommandView::Create(base_command)); in GetConnectionManagementCommand()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h2867ConnectionManagementCommandView : public AclCommandView { public:static ConnectionManagementComman… in CreateOptional()
2869ConnectionManagementCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared… in CreateOptional()
2885 explicit ConnectionManagementCommandView(AclCommandView parent) : AclCommandView(std::move(parent))… in CreateOptional() function
3338ConnectionManagementCommandView { 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()
3426ConnectionManagementCommandView { 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 …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc85 return T::Create(CreateAclCommandView<hci::ConnectionManagementCommandView>(bytes)); in CreateConnectionManagementCommandView()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc157 auto command_view = ConnectionManagementCommandView::Create(AclCommandView::Create( in ConnectionCommand()
Dacl_manager_facade.cc130 auto command_view = ConnectionManagementCommandView::Create(AclCommandView::Create( in ConnectionCommand()