| 
    Zephyr Project API 3.7.0
    
   A Scalable Open Source RTOS 
   | 
 
A2DP Stream. More...
#include <a2dp.h>
Data Fields | |
| struct bt_a2dp_ep * | local_ep | 
| local endpoint   | |
| struct bt_a2dp_ep * | remote_ep | 
| remote endpoint   | |
| uint8_t | remote_ep_id | 
| remote endpoint's Stream End Point ID   | |
| struct bt_a2dp_stream_ops * | ops | 
| Audio stream operations.   | |
| struct bt_a2dp * | a2dp | 
| the a2dp connection   | |
| struct bt_a2dp_codec_ie | codec_config | 
| the stream current configuration   | |
A2DP Stream.
| struct bt_a2dp* bt_a2dp_stream::a2dp | 
the a2dp connection
| struct bt_a2dp_codec_ie bt_a2dp_stream::codec_config | 
the stream current configuration
| struct bt_a2dp_ep* bt_a2dp_stream::local_ep | 
local endpoint
| struct bt_a2dp_stream_ops* bt_a2dp_stream::ops | 
Audio stream operations.
| struct bt_a2dp_ep* bt_a2dp_stream::remote_ep | 
remote endpoint
| uint8_t bt_a2dp_stream::remote_ep_id | 
remote endpoint's Stream End Point ID