![]() |
nRF Connect SDK API 3.3.99
|
| int bt_ams_write_entity_attribute | ( | struct bt_ams_client * | ams_c, |
| const struct bt_ams_entity_attribute * | ent_attr, | ||
| bt_ams_write_cb | func ) |
#include <include/bluetooth/services/ams_client.h>
Write data to the Entity Attribute characteristic.
| [in] | ams_c | AMS client instance. |
| [in] | ent_attr | Entity Attribute pair. |
| [in] | func | Write callback function handler. |
| 0 | If the operation is successful. Otherwise, a (negative) error code is returned. |