Arduino A2DP
Static Public Member Functions | List of all members
BluetoothA2DPSinkCallbacks 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)
 handle esp_a2d_cb_event_t
 
static void app_rc_ct_callback (esp_avrc_ct_cb_event_t event, esp_avrc_ct_cb_param_t *param)
 handle esp_avrc_ct_cb_event_t
 
static void app_gap_callback (esp_bt_gap_cb_event_t event, esp_bt_gap_cb_param_t *param)
 GAP callback.
 
static void app_task_handler (void *arg)
 task handler More...
 
static void audio_data_callback (const uint8_t *data, uint32_t len)
 Callback for music stream.
 
static void av_hdl_stack_evt (uint16_t event, void *p_param)
 av event handler
 
static void av_hdl_a2d_evt (uint16_t event, void *p_param)
 a2dp event handler
 
static void av_hdl_avrc_evt (uint16_t event, void *p_param)
 avrc event handler
 

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 BluetoothA2DPSinkCallbacks::app_task_handler ( void *  arg)
static

task handler

public Callbacks


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