Search found 1 match

by cattaka
Wed May 02, 2018 11:54 am
Forum: ESP-IDF
Topic: Addition of multiple characteristics to a BLE service
Replies: 7
Views: 15861

Re: Addition of multiple characteristics to a BLE service

I had same issue and I resolved.
The main cause is num_handle arg of esp_ble_gatts_create_service.

It is explained in https://github.com/espressif/esp-idf/is ... -274398685