Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_iso_server Struct Reference

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.
 

Detailed Description

ISO Server structure.

Field Documentation

◆ accept

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.

Parameters
infoThe ISO accept information structure
chanPointer to receive the allocated channel
Returns
0 in case of success or negative value in case of error.

◆ sec_level

bt_security_t bt_iso_server::sec_level

Required minimum security level.

Only available when CONFIG_BT_SMP is enabled.


The documentation for this struct was generated from the following file: