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

A2DP Stream. More...

#include <a2dp.h>

Data Fields

struct bt_a2dp_eplocal_ep
 local endpoint
 
struct bt_a2dp_epremote_ep
 remote endpoint
 
uint8_t remote_ep_id
 remote endpoint's Stream End Point ID
 
struct bt_a2dp_stream_opsops
 Audio stream operations.
 
struct bt_a2dp * a2dp
 the a2dp connection
 
struct bt_a2dp_codec_ie codec_config
 the stream current configuration
 

Detailed Description

A2DP Stream.

Field Documentation

◆ a2dp

struct bt_a2dp* bt_a2dp_stream::a2dp

the a2dp connection

◆ codec_config

struct bt_a2dp_codec_ie bt_a2dp_stream::codec_config

the stream current configuration

◆ local_ep

struct bt_a2dp_ep* bt_a2dp_stream::local_ep

local endpoint

◆ ops

struct bt_a2dp_stream_ops* bt_a2dp_stream::ops

Audio stream operations.

◆ remote_ep

struct bt_a2dp_ep* bt_a2dp_stream::remote_ep

remote endpoint

◆ remote_ep_id

uint8_t bt_a2dp_stream::remote_ep_id

remote endpoint's Stream End Point ID


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