|
arduino-audio-tools
|
#include "AudioBLEStream.h"#include "ConstantsESP32.h"#include <BLEDevice.h>#include <BLEServer.h>#include <BLEUtils.h>Go to the source code of this file.
Classes | |
| class | AudioBLEClient |
| A simple BLE client that implements the serial protocol, so that it can be used to send and recevie audio. In BLE terminology this is a Central. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Variables | |
| static AudioBLEClient * | selfAudioBLEClient = nullptr |