Search found 1 match
- Sun Dec 24, 2017 5:30 pm
- Forum: General Discussion
- Topic: gatt server service table example
- Replies: 6
- Views: 10910
Re: gatt server service table example
Thanks for the hints ! Also, when in mode ESP_GATT_AUTO_RSP, you can use esp_ble_gatts_set_attr_value to change the characteristic values you declared at init. You can also use esp_ble_gatts_send_indicate with the conn_id handle you get on ESP_GATTS_CONNECT_EVT until a ESP_GATTS_DISCONNECT_EVT, you ...