Page 1 of 1

Automatically send updated data over Bluetooth Low Energy (BLE).

Posted: Wed May 24, 2023 6:07 am
by Rajendra Chhasatiya
Hello All,

Currently i am working on BLE (using idf V3.2), I have one question, is we can send updated data (data is anything thing like temperature value) automatically to BLE server using GAP and GATTs profile without send read request?, if yes then how?

I will be thank full if anyone can give me answers.

Thanks.

Re: Automatically send updated data over Bluetooth Low Energy (BLE).

Posted: Sun May 28, 2023 2:08 pm
by MicroController
A BLE server can proactively send data to a client using indications or notifications.