nRF Connect SDK API 2.8.99
|
bool(* bt_mds_cb::access_enable) (struct bt_conn *conn) |
A callback for enabling Memfault access.
If this callback is not implemented, any connected peer can access the Memfault characteristics and descriptors data, including write access to them, without authentication.
The Memfault Diagnostic service allows only one client subscription.
[in] | conn | Connection object. |
True | if peer associated with connection object has granted access to the Memfault data. False if access to the Memfault data is forbidden. |