Arduino A2DP
Public Attributes | List of all members
bt_app_msg_t Struct Reference

Internal message to be sent for BluetoothA2DPSink and BluetoothA2DPSource. More...

#include <BluetoothA2DPCommon.h>

Public Attributes

uint16_t sig
 
uint16_t event
 
app_callback_t cb
 
void * param
 

Detailed Description

Internal message to be sent for BluetoothA2DPSink and BluetoothA2DPSource.

Member Data Documentation

◆ cb

app_callback_t bt_app_msg_t::cb

context switch callback

◆ event

uint16_t bt_app_msg_t::event

message event id

◆ param

void* bt_app_msg_t::param

parameter area needs to be last

◆ sig

uint16_t bt_app_msg_t::sig

signal to app_task


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