diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-06-03 20:40:05 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-06-03 20:40:05 -0400 |
| commit | 613e12f99fd101a2c6b4b738da398a270aede538 (patch) | |
| tree | c6d492d662a843077826d2dccc16115abda23acf /shared-module/bleio | |
| parent | 63ac37946df041519ffa822fde292f3be6d1840c (diff) | |
Replace Broadcaster with enhanced Peripheral
Diffstat (limited to 'shared-module/bleio')
| -rw-r--r-- | shared-module/bleio/AdvertisementData.h | 7 |
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 |
