OVMS3-idf/examples/bluetooth/gatt_client
2018-08-16 17:14:17 +10:00
..
main Merge branch 'bugfix/bt_fix_incorrect_handle_print' into 'master' 2018-08-14 14:16:53 +08:00
tutorial nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
CMakeLists.txt cmake: Add CMakeLists.txt files for all examples 2018-04-30 09:59:20 +10:00
Makefile Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
README.md component/bt: Update BLE examples tutorials and ReadMe files 2018-01-25 16:59:40 +08:00
sdkconfig.defaults sdkconfig: Remove rest of the references to WIFI_ENABLED 2017-08-16 15:55:42 +05:30

ESP-IDF Gatt Client Demo

This is the demo for users to use ESP_APIs to create a GATT Client.

To test this demo, you can run the gatt_server_demo, which creates services and starts advertising. Gatt_client_demo will start scanning and connect to the gatt_server_demo automatically.

This demo will enable gatt server's notification function once the connection is established and then the devices start exchanging data.

Please check the tutorial for more information about this example.