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

◆ bt_ras_rd_buffer_ready_check()

bool bt_ras_rd_buffer_ready_check ( struct bt_conn * conn,
uint16_t ranging_counter )

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

Check if a given ranging counter is available.

Checks if the given ranging counter is stored in the buffer and has a valid complete ranging data body stored.

Parameters
connConnection instance.
ranging_counterCS procedure ranging counter.
Return values
trueA buffer storing this ranging counter exists and can be claimed.
falseA buffer storing this ranging counter does not exist.