arduino-audio-tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
ConstantsArduino.h
1#pragma once
2
3// must be greater than MTU, less than ESP_GATT_MAX_ATTR_LEN
4#define BLE_MTU 242
5#define BLE_MTU_OVERHEAD 5
6#define RX_BUFFER_SIZE 4096
7#define RX_COUNT 100
8#define TX_BUFFER_SIZE 4096
9#define TX_COUNT 100