esp-idf/examples/bluetooth/gatt_client
Asuki Kono a797dca528 Replace to strncmp from strcmp to check device_name on examples/bluetooth/gatt_client
(Amended slightly from version in https://github.com/espressif/esp-idf/pull/502 to
account for differences when adv_name is a prefix of device_name.)
2017-04-18 10:29:36 +10:00
..
main Replace to strncmp from strcmp to check device_name on examples/bluetooth/gatt_client 2017-04-18 10:29:36 +10:00
Makefile
README.rst
sdkconfig.defaults

README.rst

ESP-IDF GATT CLIENT demo
========================

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