BleSerialPeripheralRK
Data Structures
Here are the data structures with brief descriptions:
 CBleSerialPeripheralBaseMain class for BLE UART funtionality
 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
 CBleSerialPeripheralStaticBleSerialPeripheral with static buffers. This is the object you will normally create, as a global variable
 CPrintClass for printing to a stream or file
 CRingBufferThread and interrupt-safe (with caveats) circular buffer (ring buffer) class
 CStreamArduino/Wiring Stream Class