summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-07-27 13:20:59 -0400
committerDan Halbert <halbert@halwitz.org>2019-07-27 13:22:15 -0400
commit28ca05ccdcf674ad128f357ac8f54a1931560331 (patch)
treecfc1dd4409e8d4fd09a89c3bfc6a7a6ee4583df1 /shared-module
parentd99d3bd471920cdd9b2683b7dbd538551f7aee43 (diff)
allow discovery from central or peripheral
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/bleio/__init__.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shared-module/bleio/__init__.h b/shared-module/bleio/__init__.h
index 07d148594..f8f0e0660 100644
--- a/shared-module/bleio/__init__.h
+++ b/shared-module/bleio/__init__.h
@@ -27,12 +27,6 @@
#ifndef MICROPY_INCLUDED_SHARED_MODULE_BLEIO_INIT_H
#define MICROPY_INCLUDED_SHARED_MODULE_BLEIO_INIT_H
-typedef enum {
- GATT_ROLE_NONE,
- GATT_ROLE_SERVER,
- GATT_ROLE_CLIENT,
-} gatt_role_t;
-
extern void bleio_reset(void);
#endif // MICROPY_INCLUDED_SHARED_MODULE_BLEIO_INIT_H