Home
last modified time | relevance | path

Searched refs:LeConnectionManagementCommandView (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc186 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
197 LeExtendedCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
208 LeCreateConnectionCancelView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
218 LeClearFilterAcceptListView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
228 LeAddDeviceToFilterAcceptListView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
239 LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
373 LeCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
389 LeExtendedCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
405 LeCreateConnectionCancelView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
418 LeClearFilterAcceptListView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
[all …]
Dacl_manager_test.cc356 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in SetUp()
442 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F()
464 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F()
484 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F()
496 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F()
514 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F()
550 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F()
619 LeConnectionManagementCommandView::Create(AclCommandView::Create(update_packet))); in TEST_F()
1247 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F()
1282 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in TEST_F()
Dle_address_manager_test.cc278 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F()
300 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F()
479 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet))); in TEST_F()
Dacl_manager_unittest.cc382 LeConnectionManagementCommandView::Create(AclCommandView::Create(packet)); in SetUp()
Dhci_packets_test.cc256 auto view = LeExtendedCreateConnectionView::Create(LeConnectionManagementCommandView::Create( in TEST()
Dhci_layer.cc280 LeConnectionManagementCommandView::Create(AclCommandView::Create(command_view))); in handle_command_response()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc133 return T::Create(CreateAclCommandView<hci::LeConnectionManagementCommandView>(command)); in CreateLeConnectionManagementCommandView()
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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h2972LeConnectionManagementCommandView : public AclCommandView { public:static LeConnectionManagementCo… in CreateOptional()
2974LeConnectionManagementCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shar… in CreateOptional()
2990 explicit LeConnectionManagementCommandView(AclCommandView parent) : AclCommandView(std::move(parent… in CreateOptional() function
10168LeConnectionManagementCommandView { public:static LeCreateConnectionView Create(LeConnectionManage… in CreateOptional()
10170 …ctor<uint8_t>>(bytes);return LeCreateConnectionView::Create(LeConnectionManagementCommandView::Cre… in CreateOptional()
10186 if (!LeConnectionManagementCommandView::Validate()) { in CreateOptional()
10206 explicit LeCreateConnectionView(LeConnectionManagementCommandView parent) : LeConnectionManagementC… in CreateOptional()
10226LeConnectionManagementCommandView { public:static LeCreateConnectionCancelView Create(LeConnection… in CreateOptional()
10228 …int8_t>>(bytes);return LeCreateConnectionCancelView::Create(LeConnectionManagementCommandView::Cre… in CreateOptional()
10232 if (!LeConnectionManagementCommandView::Validate()) { in CreateOptional()
[all …]