We are streaming data as fast as possible over BLE using the ble_gatts_notify_custom call with a payload of 240 bytes. Our connection interval is 6 (=7.5 ms), so around 133 Hz. Using a 2 Mbit connection, we should be able to send at least 4 frames per interval (each around 256 b...
int ble_gattc_notify_custom() Deprecated. Should not be used. Use ble_gatts_notify_custom instead. espressif-bot added the Status: Opened label Jul 10, 2023 github-actions bot changed the title blufi@nimble: ble_gatts_notify_custom() undefined blufi@nimble: ble_gatts_notify_custom() und...