BleSerialPeripheralRK
|
CBleSerialPeripheralLock | Class to lock and unlock the tx mutex automatically. Allocate this object on the stack so when it goes out of scope the mutex will always be released |
▼CPrint | Class for printing to a stream or file |
▼CStream | Arduino/Wiring Stream Class |
▼CBleSerialPeripheralBase | Main class for BLE UART funtionality |
CBleSerialPeripheralStatic< TX_BUF_SIZE, RX_BUF_SIZE > | BleSerialPeripheral with static buffers. This is the object you will normally create, as a global variable |
CRingBuffer< T > | Thread and interrupt-safe (with caveats) circular buffer (ring buffer) class |
CRingBuffer< uint8_t > |