Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_iso_server Struct Reference

ISO Server structure. More...

#include <iso.h>

Data Fields

bt_security_t sec_level
 
int(* accept )(struct bt_conn *acl, struct bt_iso_chan **chan)
 Server accept callback. More...
 

Detailed Description

ISO Server structure.

Field Documentation

◆ accept

int(* bt_iso_server::accept) (struct bt_conn *acl, struct bt_iso_chan **chan)

Server accept callback.

This callback is called whenever a new incoming connection requires authorization.

Parameters
aclThe ACL connection that is requesting authorization
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 minimim security level


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