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

◆ bt_ras_rreq_features_read_cb_t

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.

Parameters
[in]connConnection Object.
[in]feature_bitsBit 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]errError code, 0 if the features were read successfully. Otherwise a negative error code.