Search found 3 matches
- Tue Dec 27, 2022 11:50 am
- Forum: ESP-IDF
- Topic: NimBLE MTU Size Issue
- Replies: 4
- Views: 3261
Re: NimBLE MTU Size Issue
These were the logs i got. they do show that the MTU size was set. I was able to set to 512 only after I had altered the menuconfig
- Tue Dec 27, 2022 5:50 am
- Forum: ESP-IDF
- Topic: NimBLE MTU Size Issue
- Replies: 4
- Views: 3261
Re: NimBLE MTU Size Issue
Yes, Im setting the MTU Size to 512 using the NRF connect app. Then I send a 512 byte (or a little smaller) text string. Only 271 bytes are received
- Tue Dec 20, 2022 3:48 pm
- Forum: ESP-IDF
- Topic: NimBLE MTU Size Issue
- Replies: 4
- Views: 3261
NimBLE MTU Size Issue
I cant seem to increase the MTU size in NimBLE. the longest data i can receive is 271 byte. Ive slightly altered the spp_server example. i am printing the length and received data in the function ble_svc_gatt_handler . I have incresed the CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU to 512. I am using nRF Con...