How to send and receive more than 20 bytes (Default ATT_MTU_SIZE = 23-3) over ble using ST bluenrg LP?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-12 4:18 AM
I am using BLE Scanner app to write data to a characteristic in BLE device. I sent 35 bytes of data, but the device receives data 20 bytes per write operation and then receives 15 bytes more. How to receive all the 35 bytes with single write operation.
I tried change BLE_INIT Parameters i.e changed MAX_ATT_MTU_CONF to 250, but it behaves the same way no change.
How can I achieve that?
Labels:
- Labels:
-
BLE
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-16 6:53 PM
Please test with BLE_Throughput sample project in DK.
Please also reference PM0269 Bluetooth LE stack v3.x programming guidelines
