You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the ble_bas_peripheral example on the Microbit, the agreed upon MTU results in the BLE default of 23 bytes, instead of the requested 247 that is specified L2CAP_MTU - 4. When running a similar application with nrf-softdevice (with the same devices for gatt server/client), the MTU handshake results in the upper limit being selected, i.e. whatever ATT_MTU sets.
The text was updated successfully, but these errors were encountered:
When running the ble_bas_peripheral example on the Microbit, the agreed upon MTU results in the BLE default of 23 bytes, instead of the requested 247 that is specified
L2CAP_MTU - 4
. When running a similar application withnrf-softdevice
(with the same devices for gatt server/client), the MTU handshake results in the upper limit being selected, i.e. whateverATT_MTU
sets.The text was updated successfully, but these errors were encountered: