Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
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_inst * | csip |
CSIP Coordinated Set struct used if type is BT_CAP_SET_TYPE_CSIP. | |
Represents a Common Audio Set member that are either in a Coordinated or ad-hoc set.
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.
struct bt_conn* bt_cap_set_member::member |
Connection pointer if the type is BT_CAP_SET_TYPE_AD_HOC.