summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Scanner.h
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-07-22 16:06:19 +0200
committerarturo182 <arturo182@tlen.pl>2018-10-21 15:54:13 +0200
commit17f13ecc2cf10975bf5ff0631ce4326b9ffbbcf5 (patch)
tree32c1de123b15baa5e6bc77cc0dd516e5c5cff331 /shared-bindings/bleio/Scanner.h
parent77eeecbfd92ab24504f0081630a3c3633c5be18b (diff)
nrf: Cleanup of the ble driver
Moved the functions to classes that they belong to.
Diffstat (limited to 'shared-bindings/bleio/Scanner.h')
-rw-r--r--shared-bindings/bleio/Scanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/bleio/Scanner.h b/shared-bindings/bleio/Scanner.h
index 03db5cd8b..9bd071747 100644
--- a/shared-bindings/bleio/Scanner.h
+++ b/shared-bindings/bleio/Scanner.h
@@ -34,5 +34,6 @@
extern const mp_obj_type_t bleio_scanner_type;
extern void common_hal_bleio_scanner_scan(bleio_scanner_obj_t *self, mp_int_t timeout);
+extern void common_hal_bleio_scanner_stop(bleio_scanner_obj_t *self);
#endif // MICROPY_INCLUDED_SHARED_BINDINGS_BLEIO_SCANNER_H