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

◆ bt_ancs_request_app_attr()

int bt_ancs_request_app_attr ( struct bt_ancs_client ancs_c,
const uint8_t *  app_id,
uint32_t  len,
bt_ancs_write_cb  func 
)

#include <include/bluetooth/services/ancs_client.h>

Function for requesting attributes for a given app.

Parameters
[in]ancs_cANCS client instance.
[in]app_idApp identifier of the app for which the app attributes are requested.
[in]lenLength of the app identifier.
[in]funcCallback function for handling NP write response.
Return values
0If all operations are successful. Otherwise, a (negative) error code is returned.