Arduino A2DP
Static Public Member Functions | List of all members
BluetoothA2DPCallbacks Class Reference

Public callback methods. We use a separate class so that we can protect the called methods in BluetoothA2DPSink. More...

#include <BluetoothA2DPSink.h>

Static Public Member Functions

static void app_a2d_callback (esp_a2d_cb_event_t event, esp_a2d_cb_param_t *param)
 
static void app_rc_ct_callback (esp_avrc_ct_cb_event_t event, esp_avrc_ct_cb_param_t *param)
 
static void app_task_handler ()
 
static void audio_data_callback (const uint8_t *data, uint32_t len)
 
static void av_hdl_stack_evt (uint16_t event, void *p_param)
 
static void av_hdl_a2d_evt (uint16_t event, void *p_param)
 
static void av_hdl_avrc_evt (uint16_t event, void *p_param)
 

Detailed Description

Public callback methods. We use a separate class so that we can protect the called methods in BluetoothA2DPSink.

Member Function Documentation

◆ app_task_handler()

void BluetoothA2DPCallbacks::app_task_handler ( )
static

public Callbacks


The documentation for this class was generated from the following files: