Searched refs:RemoteOobDataRequestView (Results 1 – 3 of 3) sorted by relevance
175 auto event_opt = RemoteOobDataRequestView::CreateOptional(event); in parse_remote_oob_data_request()
743 RemoteOobDataRequestView remote_oob_data_request_view = in log_classic_pairing_other_hci_event()744 RemoteOobDataRequestView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
18325 …RemoteOobDataRequestView : public EventView { public:static RemoteOobDataRequestView Create(EventV… in CreateOptional()18327 …RemoteOobDataRequestView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()18341 explicit RemoteOobDataRequestView(EventView parent) : EventView(std::move(parent)) { was_validated_… in CreateOptional() function46234 static std::unique_ptr<RemoteOobDataRequestBuilder> FromView(RemoteOobDataRequestView view) {if (!v… in Create()46255 …areBytes(std::vector<uint8_t> captured_packet) {RemoteOobDataRequestView view = RemoteOobDataReque…46258 …o vec = std::vector<uint8_t>(data, data + size);RemoteOobDataRequestView view = RemoteOobDataReque…