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

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.
 

Detailed Description

AVDTP stream endpoint information.

Don't need to care endianness because it is not used for data parsing.

Field Documentation

◆ id

uint8_t bt_avdtp_sep_info::id

Stream End Point ID that is the identifier of the stream endpoint.

◆ inuse

uint8_t bt_avdtp_sep_info::inuse

End Point usage status.

◆ media_type

enum bt_avdtp_media_type bt_avdtp_sep_info::media_type

Media-type of the End Point Only BT_AVDTP_AUDIO is supported now.

◆ reserved

uint8_t bt_avdtp_sep_info::reserved

Reserved.

◆ tsep

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.


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