kopia lustrzana https://github.com/espressif/esp-idf
74aff89918
In the existing tree, after a connected client disconnects the device will never re-enter the advertising state. Additional clients will not be able to discover or connect to the device. This patch forces the device back into the advertising state upon disconnection. Resolves Pull Request #217 https://github.com/espressif/esp-idf/pull/217 |
||
---|---|---|
.. | ||
ble_adv | ||
blufi | ||
gatt_client | ||
gatt_server | ||
gatt_server_service_table | ||
README.md |
README.md
Bluetooth Examples
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig
, go to Component config
and verify if you see [*] Bluetooth
. If not - enable it and save.
See the README.md file in the upper level examples directory for more information about examples.