cancel
Showing results for 
Search instead for 
Did you mean: 

aci_gatt_update_char_value error

michael239955
Associate III
Posted on December 08, 2016 at 00:37

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'

1 REPLY 1
Posted on December 12, 2016 at 11:32

Dear Customer,

before to send the command aci_gatt_update_char_value(), have you send the Gatt_init() and GAP_init() commands?

Regards,

GM