Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_set_member Union Reference

Represents a Common Audio Set member that are either in a Coordinated or ad-hoc set. More...

#include <cap.h>

Data Fields

struct bt_conn * member
 Connection pointer if the type is BT_CAP_SET_TYPE_AD_HOC.
 
struct bt_csip_set_coordinator_csis_instcsip
 CSIP Coordinated Set struct used if type is BT_CAP_SET_TYPE_CSIP.
 

Detailed Description

Represents a Common Audio Set member that are either in a Coordinated or ad-hoc set.

Field Documentation

◆ csip

struct bt_csip_set_coordinator_csis_inst* bt_cap_set_member::csip

CSIP Coordinated Set struct used if type is BT_CAP_SET_TYPE_CSIP.

◆ member

struct bt_conn* bt_cap_set_member::member

Connection pointer if the type is BT_CAP_SET_TYPE_AD_HOC.


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