Search found 1 match
- Thu Nov 21, 2024 10:07 am
- Forum: ESP-IDF
- Topic: Periodic sending indication/notification through BLE
- Replies: 0
- Views: 216
Periodic sending indication/notification through BLE
Hi guys, I'm a newbie to ESP32 BLE. I'm trying to periodic sending indication/notification using esp_ble_gatts_send_indicate function, it's worked fine when only sending one time but when I try periodic sending (using timer and task of FreeRTOS ), this function didn't work anymore, no error occur an...