Developer World
Spresense SDK Library v3.2.0-ebc0364
bt_a2dp_state_s Struct Reference

Bluetooth A2DP context. More...

#include <bt_a2dp.h>

Collaboration diagram for bt_a2dp_state_s:

Public Attributes

BT_CONNECT_STATUS bt_a2dp_connection
 
uint16_t bt_a2dp_handle
 
struct bt_acl_state_sbt_acl_state
 
struct bt_hal_a2dp_ops_sbt_hal_a2dp_ops
 
struct bt_a2dp_ops_sbt_a2dp_ops
 

Detailed Description

Bluetooth A2DP context.

Member Data Documentation

◆ bt_a2dp_connection

BT_CONNECT_STATUS bt_a2dp_connection

Status of A2DP connection BT_CONNECT_STATUS

◆ bt_a2dp_handle

uint16_t bt_a2dp_handle

Handle ID of A2DP connection

◆ bt_acl_state

struct bt_acl_state_s* bt_acl_state

Bluetooth ACL context bt_acl_state_s

◆ bt_hal_a2dp_ops

struct bt_hal_a2dp_ops_s* bt_hal_a2dp_ops

A2DP HAL interfaces bt_hal_a2dp_ops_s

◆ bt_a2dp_ops

struct bt_a2dp_ops_s* bt_a2dp_ops

A2DP connection callbacks bt_a2dp_ops_s


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