This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Thingy Sound Service | SDK13+ | MAX_MTU_SIZE

Hello guys!

I'm trying to port the TSS service to one of my projects. This project is based on SDK13.1 while the Thingy is on SDK12.1

I have a lot of problems with a max MTU size. Somehow Thingy uses for a sound transfer a MTU of 276.

I tryed to use the same MTU size in a SDK13, but I'm blocked with

STATIC_ASSERT(NRF_BLE_GATT_MAX_MTU_SIZE <= 251);
STATIC_ASSERT(NRF_BLE_GATT_MAX_MTU_SIZE + LL_HEADER_LEN <= 255);

in nrf_ble_gatt.c.

Can anyone help me?

Related