Home
last modified time | relevance | path

Searched refs:LeCreateConnectionCancelView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc208 LeCreateConnectionCancelView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command()
405 LeCreateConnectionCancelView::Create(LeConnectionManagementCommandView::Create( in log_link_layer_connection_command_status()
Dacl_manager_test.cc485 auto command_view = LeCreateConnectionCancelView::Create(le_connection_management_command_view); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1942 auto command_view = bluetooth::hci::LeCreateConnectionCancelView::Create(command); in LeCreateConnectionCancel()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h10226LeCreateConnectionCancelView : public LeConnectionManagementCommandView { public:static LeCreateCo… in CreateOptional()
10228LeCreateConnectionCancelView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<st… in CreateOptional()
10240 explicit LeCreateConnectionCancelView(LeConnectionManagementCommandView parent) : LeConnectionManag… in CreateOptional() function
33700 static std::unique_ptr<LeCreateConnectionCancelBuilder> FromView(LeCreateConnectionCancelView view)… in Create()
33721 …ytes(std::vector<uint8_t> captured_packet) {LeCreateConnectionCancelView view = LeCreateConnection…
33724 …c = std::vector<uint8_t>(data, data + size);LeCreateConnectionCancelView view = LeCreateConnection…