Diff between 153aaeda2b21012501b22b73c50412edf458ee87 and 4578395b5370716b7fecd60d109fc2c01932c891
Changed Files
| File | Additions | Deletions | Status |
| client/advertising.c | +1 | -1 | modified |
Full Patch
diff --git a/client/advertising.c b/client/advertising.c
index 24852d9..a7474d6 100644
--- a/client/advertising.c
+++ b/client/advertising.c
@@ -28,7 +28,7 @@
#define AD_IFACE "org.bluez.LEAdvertisement1"
struct ad_data {
- uint8_t data[25];
+ uint8_t data[245];
uint8_t len;
};