Zephyr API 3.6.99
|
ISO Server structure. More...
#include <iso.h>
Data Fields | |
bt_security_t | sec_level |
Required minimum security level. | |
int(* | accept )(const struct bt_iso_accept_info *info, struct bt_iso_chan **chan) |
Server accept callback. | |
ISO Server structure.
int(* bt_iso_server::accept) (const struct bt_iso_accept_info *info, struct bt_iso_chan **chan) |
Server accept callback.
This callback is called whenever a new incoming connection requires authorization.
info | The ISO accept information structure |
chan | Pointer to receive the allocated channel |
bt_security_t bt_iso_server::sec_level |
Required minimum security level.
Only available when
CONFIG_BT_SMP
is enabled.