BLE: Increase mtu (#837)
* Incease mtu & buffer size * bt: process mtu size in RPC callbacks Co-authored-by: Tony Freeman <tonyfreeman@users.noreply.github.com> Co-authored-by: gornekich <n.gorbadey@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
/**
|
||||
* Maximum supported ATT_MTU size
|
||||
*/
|
||||
#define CFG_BLE_MAX_ATT_MTU (251)
|
||||
#define CFG_BLE_MAX_ATT_MTU (489)
|
||||
|
||||
/**
|
||||
* Size of the storage area for Attribute values
|
||||
|
Reference in New Issue
Block a user