Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_bap_unicast_server_register_param Struct Reference

Structure for registering Unicast Server. More...

#include <bap.h>

Data Fields

uint8_t snk_cnt
 Sink Count to register.
 
uint8_t src_cnt
 Source Count to register.
 

Detailed Description

Structure for registering Unicast Server.

Field Documentation

◆ snk_cnt

uint8_t bt_bap_unicast_server_register_param::snk_cnt

Sink Count to register.

Should be in range [0, CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT ]

◆ src_cnt

uint8_t bt_bap_unicast_server_register_param::src_cnt

Source Count to register.

Should be in range [0, CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT ]


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