I'm sending data through BLE for every 1.1~1.3 ms but I'm not sure it is fine.
I'm requesting the microcontroller to send data to the PC for every 1.1~1.3 ms through BLE using ACI_GATT_UPDATE_CHAR,However, I'm not sure it is fine because the BLE connection event happens every 7.5 ms.What happens microcontroller and PC In this c...