Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
bt_avdtp_sep Struct Reference

AVDTP Stream End Point. More...

#include <zephyr/bluetooth/classic/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 k_sem sem_lock
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

◆ sem_lock

struct k_sem bt_avdtp_sep::sem_lock

◆ 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: