![]() |
nRF Connect SDK API 3.3.99
|
| typedef bool(* srv_store_foreach_func_t) (struct server_store *server, void *user_data) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/unicast/server_store.h>
Function for bt_bap_unicast_group_foreach_server().
| [in] | server | The audio server. |
| [in] | user_data | User data. |
| true | Continue iterating. |
| false | Stop iterating. |