Other Parts Discussed in Thread: CC2640, BLE-STACK
Tool/software: TI-RTOS
* Setup:
- cc2640r2f acting as a peripheral BLE.
- Simplelink 1.40.00.45.
- Custom services and characteristics including a characteristic with WRITE | READ | INDICATE properties.
* Question:
- Whenever I receive an INDICATION from my cc2640 peripheral, I send a confirmation (Ack) from my host (GATT Client, or server).
But it looks like this Ack does nothing inside the peripheral stack (such as resend the indication if not ack was received) because I can still communicate with other characteristics as well as the indication (it looks like it is working just like an notification)
Do I need to manually implement the logic for "resending the indication whenever no ack was received" or is it supposed to be handled by the stack BLE?
Cheers.