Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_avdtp_sep Struct Reference

AVDTP Stream End Point. More...

#include <avdtp.h>

Data Fields

struct bt_avdtp_sep_info sep_info
 Stream End Point information.
 
struct bt_l2cap_br_chan chan
 Media Transport Channel.
 
void(* media_data_cb )(struct bt_avdtp_sep *sep, struct net_buf *buf)
 the endpoint media data
 
struct bt_avdtp * session
 avdtp session
 
uint8_t state
 SEP state.
 

Detailed Description

AVDTP Stream End Point.

Field Documentation

◆ chan

struct bt_l2cap_br_chan bt_avdtp_sep::chan

Media Transport Channel.

◆ media_data_cb

void(* bt_avdtp_sep::media_data_cb) (struct bt_avdtp_sep *sep, struct net_buf *buf)

the endpoint media data

◆ sep_info

struct bt_avdtp_sep_info bt_avdtp_sep::sep_info

Stream End Point information.

◆ session

struct bt_avdtp* bt_avdtp_sep::session

avdtp session

◆ state

uint8_t bt_avdtp_sep::state

SEP state.


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