nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_ams_write_entity_attribute()

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.

Parameters
[in]ams_cAMS client instance.
[in]ent_attrEntity Attribute pair.
[in]funcWrite callback function handler.
Return values
0If the operation is successful. Otherwise, a (negative) error code is returned.