|
Zephyr Project API 4.3.99
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. | |
| struct k_sem | sem_lock |
| struct bt_avdtp * | session |
| avdtp session | |
| const struct bt_avdtp_sep_ops * | ops |
| sep ops | |
| uint8_t | state |
| SEP state. | |
AVDTP Stream End Point.
| struct bt_l2cap_br_chan bt_avdtp_sep::chan |
Media Transport Channel.
| const struct bt_avdtp_sep_ops* bt_avdtp_sep::ops |
sep ops
| struct k_sem bt_avdtp_sep::sem_lock |
| 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.