![]() |
nRF Connect SDK API 3.3.99
|
| int bt_ras_rd_buffer_release | ( | struct ras_rd_buffer * | buf | ) |
#include <include/bluetooth/services/ras.h>
Release a claimed ranging data buffer.
Returns a buffer and decrements its reference counter. The buffer will stay available until overwritten by newer ranging data, if it has no remaining references.
| buf | Pointer to claimed ranging data buffer. |
| 0 | Success. |
| -EINVAL | Invalid buffer provided. |