BleSerialPeripheralRK
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CBleSerialPeripheralLockClass 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
 CPrintClass for printing to a stream or file
 CStreamArduino/Wiring Stream Class
 CBleSerialPeripheralBaseMain 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 >