mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
client/advetising: Allow use of EA data length
The code was supporting a maximum of 25 bytes (31 - 6) to be entered as advertising data, but in case of EA is used that allows up to 245 bytes (251 - 6) to be entered.
This commit is contained in:
parent
153aaeda2b
commit
4578395b53
@ -28,7 +28,7 @@
|
||||
#define AD_IFACE "org.bluez.LEAdvertisement1"
|
||||
|
||||
struct ad_data {
|
||||
uint8_t data[25];
|
||||
uint8_t data[245];
|
||||
uint8_t len;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user