Zephyr API 3.6.99
|
AVDTP stream endpoint information. More...
#include <avdtp.h>
Data Fields | |
uint8_t | inuse:1 |
End Point usage status. | |
uint8_t | id:6 |
Stream End Point ID that is the identifier of the stream endpoint. | |
uint8_t | reserved:1 |
Reserved. | |
enum bt_avdtp_sep_type | tsep |
Stream End-point Type that indicates if the stream end-point is SNK or SRC. | |
enum bt_avdtp_media_type | media_type |
Media-type of the End Point Only BT_AVDTP_AUDIO is supported now. | |
AVDTP stream endpoint information.
Don't need to care endianness because it is not used for data parsing.
uint8_t bt_avdtp_sep_info::id |
Stream End Point ID that is the identifier of the stream endpoint.
uint8_t bt_avdtp_sep_info::inuse |
End Point usage status.
enum bt_avdtp_media_type bt_avdtp_sep_info::media_type |
Media-type of the End Point Only BT_AVDTP_AUDIO is supported now.
uint8_t bt_avdtp_sep_info::reserved |
Reserved.
enum bt_avdtp_sep_type bt_avdtp_sep_info::tsep |
Stream End-point Type that indicates if the stream end-point is SNK or SRC.