Searched refs:CreateConnectionCancelView (Results 1 – 3 of 3) sorted by relevance
102 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()
1992 auto command_view = bluetooth::hci::CreateConnectionCancelView::Create(command); in CreateConnectionCancel()
3466 …CreateConnectionCancelView : public ConnectionManagementCommandView { public:static CreateConnecti… in CreateOptional()3468 …CreateConnectionCancelView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std:… in CreateOptional()3482 explicit CreateConnectionCancelView(ConnectionManagementCommandView parent) : ConnectionManagementC… in CreateOptional() function22220 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…