summaryrefslogtreecommitdiff
path: root/shared-module/bleio
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-06-03 20:40:05 -0400
committerDan Halbert <halbert@halwitz.org>2019-06-03 20:40:05 -0400
commit613e12f99fd101a2c6b4b738da398a270aede538 (patch)
treec6d492d662a843077826d2dccc16115abda23acf /shared-module/bleio
parent63ac37946df041519ffa822fde292f3be6d1840c (diff)
Replace Broadcaster with enhanced Peripheral
Diffstat (limited to 'shared-module/bleio')
-rw-r--r--shared-module/bleio/AdvertisementData.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/shared-module/bleio/AdvertisementData.h b/shared-module/bleio/AdvertisementData.h
index 738d53b23..66855172a 100644
--- a/shared-module/bleio/AdvertisementData.h
+++ b/shared-module/bleio/AdvertisementData.h
@@ -75,11 +75,4 @@ enum {
AdManufacturerSpecificData = 0xFF,
};
-typedef struct {
- mp_obj_t device_name;
- mp_obj_t services;
- mp_obj_t data;
- bool connectable;
-} bleio_advertisement_data_t;
-
#endif // MICROPY_INCLUDED_SHARED_MODULE_BLEIO_ADVERTISEMENTDATA_H