sending data over bluetooth
-
- Posts: 7
- Joined: Thu Mar 03, 2022 6:27 am
sending data over bluetooth
when i send the data over Bluetooth why write exe event triggered instead of write event in ble
- Attachments
-
- Screenshot (630).png (177.57 KiB) Viewed 1409 times
Re: sending data over bluetooth
There is 2 types of write:
- GATT_WRITE_EVT - to send/write partially data, in case the data is longer than MTU
- GATT_WRITE_EXEC_EVT - to inform when data write is finished, which means all data are already transferred
- GATT_WRITE_EVT - to send/write partially data, in case the data is longer than MTU
- GATT_WRITE_EXEC_EVT - to inform when data write is finished, which means all data are already transferred
-
- Posts: 7
- Joined: Thu Mar 03, 2022 6:27 am
Re: sending data over bluetooth
Actually if the data size is less than 23 bytes write event was triggered but if its greater than 23 bytes write exe event triggered can i know why?
Who is online
Users browsing this forum: No registered users and 82 guests