Skip to main content
michael239955
Associate II
December 7, 2016
Question

aci_gatt_update_char_value error

  • December 7, 2016
  • 1 reply
  • 570 views
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'

This topic has been closed for replies.

1 reply

marchese.graziella
Visitor II
December 12, 2016
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