Home
last modified time | relevance | path

Searched refs:CreateConnectionCancelView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc102 CreateConnectionCancelView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command()
289 CreateConnectionCancelView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1992 auto command_view = bluetooth::hci::CreateConnectionCancelView::Create(command); in CreateConnectionCancel()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3466CreateConnectionCancelView : public ConnectionManagementCommandView { public:static CreateConnecti… in CreateOptional()
3468CreateConnectionCancelView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std:… in CreateOptional()
3482 explicit CreateConnectionCancelView(ConnectionManagementCommandView parent) : ConnectionManagementC… in CreateOptional() function
22220 static std::unique_ptr<CreateConnectionCancelBuilder> FromView(CreateConnectionCancelView view) {if… in Create()
22241 …eBytes(std::vector<uint8_t> captured_packet) {CreateConnectionCancelView view = CreateConnectionCa…
22244 …vec = std::vector<uint8_t>(data, data + size);CreateConnectionCancelView view = CreateConnectionCa…