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

Bluetooth A2DP application callbacks. More...

#include <bt_a2dp.h>

Public Attributes

void(* command_status )(BT_CMD_STATUS status)
 
void(* connect )(struct bt_acl_state_s *bt_acl_state, BT_AUDIO_CODEC_INFO codecInfo)
 
void(* disconnect )(struct bt_acl_state_s *bt_acl_state)
 
void(* receive_media_pkt )(struct bt_acl_state_s *bt_acl_state, uint8_t *data, int len)
 

Detailed Description

Bluetooth A2DP application callbacks.

Member Data Documentation

◆ command_status

void(* command_status) (BT_CMD_STATUS status)

Command status

◆ connect

void(* connect) (struct bt_acl_state_s *bt_acl_state, BT_AUDIO_CODEC_INFO codecInfo)

Connection status

◆ disconnect

void(* disconnect) (struct bt_acl_state_s *bt_acl_state)

Disconnection status

◆ receive_media_pkt

void(* receive_media_pkt) (struct bt_acl_state_s *bt_acl_state, uint8_t *data, int len)

Receive media data


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