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

◆ bt_ras_rrsp_free()

void bt_ras_rrsp_free ( struct bt_conn * conn)

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

Free Ranging Responder instance for connection.

This will free an allocated instance of the Ranging Responder service for the given connection, if one has been allocated. If the connection has no instance allocated, this method has no effect.

Note
This method must not be called if CONFIG_BT_RAS_RRSP_AUTO_ALLOC_INSTANCE is enabled.
Parameters
connConnection instance.