Supported Targets | ESP32 | ESP32-C3 |
---|
BLE Client library for ESP32C3 using GAP and GATT ESP_APIs
To test this, 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 library will enable gatt server's notification function once the connection is established and then the devices start exchanging data.