Zephyr API Documentation  3.4.0
A Scalable Open Source RTOS
3.4.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_bap_ep_info Struct Reference

#include <bap.h>

Data Fields

uint8_t id
 
enum bt_bap_ep_state state
 
enum bt_audio_dir dir
 
struct bt_bap_ep * paired_ep
 

Detailed Description

Structure holding information of audio stream endpoint

Field Documentation

◆ dir

enum bt_audio_dir bt_bap_ep_info::dir

Capabilities type

◆ id

uint8_t bt_bap_ep_info::id

The ID of the endpoint

◆ paired_ep

struct bt_bap_ep* bt_bap_ep_info::paired_ep

Pointer to paired endpoint if the endpoint is part of a bidirectional CIS, otherwise NULL

◆ state

enum bt_bap_ep_state bt_bap_ep_info::state

The state of the endpoint


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