Search found 1 match

by cudompan
Tue Jul 02, 2024 5:48 pm
Forum: ESP-IDF
Topic: [BLE] Continuously notify to client
Replies: 0
Views: 1090

[BLE] Continuously notify to client

Hello, I am working on a project which requires periodic streaming of data from the BLE server on top of the event handler, I am wondering if there is a way to continously notify the client (i.e. streaming data using esp_ble_gatts_send_indicate(gatts_if, param->write.conn_id, BLE::gatt_profile[PROFI...