Bluetooth operates at IRQ level, so using std::list (which needs to new and delete objects) is not legal. Use a fixed, preallocated vector instead. |
||
|---|---|---|
| .. | ||
| BluetoothHIDMaster.cpp | ||
| BluetoothHIDMaster.h | ||
Bluetooth operates at IRQ level, so using std::list (which needs to new and delete objects) is not legal. Use a fixed, preallocated vector instead. |
||
|---|---|---|
| .. | ||
| BluetoothHIDMaster.cpp | ||
| BluetoothHIDMaster.h | ||