OVMS3-idf/examples/bluetooth
Mike Ryan 74aff89918 gatts_demo: re-enter advertising after client disconnects
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
2017-01-20 14:57:41 +11:00
..
ble_adv Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
blufi Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
gatt_client Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
gatt_server gatts_demo: re-enter advertising after client disconnects 2017-01-20 14:57:41 +11:00
gatt_server_service_table Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
README.md Added links from api category TOC to example category folders 2017-01-18 21:21:02 +01:00

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.