Docs/platforms/esp32c3: Add BLE sleep

Add BLE sleep docs for esp32[-c3]

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
Eren Terzioglu
2026-04-24 14:29:57 +02:00
committed by Xiang Xiao
parent a18b7186a6
commit a3f4d292ff
@@ -154,6 +154,9 @@ Get the list of BLE devices found around you::
advertiser data: 10 09 4d 69 20 XX XX XX XX XX XX XX XX XX XX 20 e
nsh>
To decrease power consumption, ``CONFIG_ESPRESSIF_AUTO_SLEEP`` needs to be enabled. This option
makes the device automatically enter the low power consumption mode when in the idle state
bmp180
------