Search found 1 match
- Thu Apr 20, 2023 7:20 pm
- Forum: ESP-IDF
- Topic: handle with multiple characteristic using gatt_client example
- Replies: 0
- Views: 644
handle with multiple characteristic using gatt_client example
Hello everyone! I am a beginner in ESP. I am using two codes as a basis for ble. The first one is gatt_server_service_table. I noticed that this server contains 3 characteristics. The example gatt_client connects to one of these characteristics with uid16 0xFF01. My question is how to modify (as sim...