| 
    Zephyr Project API 3.7.0
    
   A Scalable Open Source RTOS 
   | 
 
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.   | |
AVDTP Stream End Point.
| struct bt_l2cap_br_chan bt_avdtp_sep::chan | 
Media Transport Channel.
| void(* bt_avdtp_sep::media_data_cb) (struct bt_avdtp_sep *sep, struct net_buf *buf) | 
the endpoint media data
| struct bt_avdtp_sep_info bt_avdtp_sep::sep_info | 
Stream End Point information.
| struct bt_avdtp* bt_avdtp_sep::session | 
avdtp session
| uint8_t bt_avdtp_sep::state | 
SEP state.