Search found 1 match

by mforcen
Mon Jun 04, 2018 5:27 pm
Forum: ESP-IDF
Topic: [SOLVED] Random errors when starting BLE GATT server
Replies: 0
Views: 6543

[SOLVED] Random errors when starting BLE GATT server

EDIT: in esp_ble_gatts_add_char, variable of type esp_attr_value_t must have an attr_len larger than 0. Hi to all. I made an example following the walkthrough example on gatt server which is found on Github. Although it works properly (I mean, I can find my device on a BLE GATT scanner and read a va...