circuitpython/shared-bindings/_bleio/ScanResults.h
2024-05-19 20:40:44 -04:00

16 lines
531 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2019 Dan Halbert for Adafruit Industries
// SPDX-FileCopyrightText: Copyright (c) 2018 Artur Pacholec
// SPDX-FileCopyrightText: Copyright (c) 2017 Glenn Ruben Bakke
//
// SPDX-License-Identifier: MIT
#pragma once
#include "py/obj.h"
#include "shared-module/_bleio/ScanResults.h"
extern const mp_obj_type_t bleio_scanresults_type;
mp_obj_t common_hal_bleio_scanresults_next(bleio_scanresults_obj_t *self);