diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-07-27 13:20:59 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-07-27 13:22:15 -0400 |
| commit | 28ca05ccdcf674ad128f357ac8f54a1931560331 (patch) | |
| tree | cfc1dd4409e8d4fd09a89c3bfc6a7a6ee4583df1 /shared-module/bleio | |
| parent | d99d3bd471920cdd9b2683b7dbd538551f7aee43 (diff) | |
allow discovery from central or peripheral
Diffstat (limited to 'shared-module/bleio')
| -rw-r--r-- | shared-module/bleio/__init__.h | 6 |
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 |
