2016-12-07 03:37 PM
static const char *name = 'ThisaTest1';
aci_gatt_update_char_value(&service_handle, dev_name_char_handle, 0, strlen(name), name) returns 0x47.
From the API document 0x47 is 'Error'
2016-12-12 02:32 AM
Dear Customer,
before to send the command aci_gatt_update_char_value(), have you send the Gatt_init() and GAP_init() commands?
Regards,
GM