Search found 1 match

by wilkins_yuan
Sat Feb 10, 2018 9:55 am
Forum: General Discussion
Topic: How to add multi characteristics into one BLE service
Replies: 0
Views: 2637

How to add multi characteristics into one BLE service

I'm developing one BLE peripheral device. When I add more than one characteristics into my services, the event return status is always ESP_GATT_ERROR. The first characteristics is successfully added after receive ESP_GATTS_CREATE_EVT. When I get the success return of the 1st char ESP_GATTS_ADD_CHAR_...