![]() |
nRF Connect SDK API 3.3.99
|
| typedef void(* bt_ras_rreq_features_read_cb_t) (struct bt_conn *conn, uint32_t feature_bits, int err) |
#include <include/bluetooth/services/ras.h>
RAS features read callback.
| [in] | conn | Connection Object. |
| [in] | feature_bits | Bit 0 set if Real-time Ranging Data supported Bit 1 set if Retrieve Lost Ranging Data Segments supported Bit 2 set if Abort Operation supported Bit 3 set if Filter Ranging Data supported All other bits are RFU. |
| [in] | err | Error code, 0 if the features were read successfully. Otherwise a negative error code. |