![]() |
nRF Connect SDK API 3.3.99
|
| 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.
| conn | Connection instance. |
| ranging_counter | CS procedure ranging counter. |
| true | A buffer storing this ranging counter exists and can be claimed. |
| false | A buffer storing this ranging counter does not exist. |