ESP32 nimBLE notifications
Posted: Tue Apr 18, 2023 1:49 pm
Hi,
this is maybe not the right to place to ask about nimBLE, but the following behaviour on ESP32 doesn't seem me logical.
I try to send data over the function, where I fill before this the buffer with the function. In my case the buffer length is 40 B, the preferred MTU size in octets=256.
After calling the always only the first 20B are send out, but I would expect it would send all 40B with 2 notifications automatically. Did I miss something?
thank you,
Danijel
this is maybe not the right to place to ask about nimBLE, but the following behaviour on ESP32 doesn't seem me logical.
I try to send data over the
Code: Select all
ble_gattc_notify_custom
Code: Select all
ble_hs_mbuf_from_flat
After calling the
Code: Select all
ble_gattc_notify_custom
thank you,
Danijel