Increase the size of the BLE packet cache
In the latest OSTC hardware, the Telit/Stollman bluetooth module has been replaced with a u-Blox Nina B2 bluetooth module. This new module supports BLE data packets of up to 244 bytes (corresponding to an ATT MTU of 247 bytes and a LL PDU payload size of 251 bytes). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
17bc0faa51
commit
2794f96e47
@ -106,7 +106,7 @@ typedef struct hw_ostc3_device_t {
|
||||
unsigned int firmware;
|
||||
unsigned char fingerprint[5];
|
||||
hw_ostc3_state_t state;
|
||||
unsigned char cache[20];
|
||||
unsigned char cache[244];
|
||||
unsigned int available;
|
||||
unsigned int offset;
|
||||
} hw_ostc3_device_t;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user