diff options
Diffstat (limited to 'ble')
-rw-r--r-- | ble/Bluetooth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ble/Bluetooth.h b/ble/Bluetooth.h index 6ed9c76..1a1394e 100644 --- a/ble/Bluetooth.h +++ b/ble/Bluetooth.h @@ -169,7 +169,9 @@ protected: }; /** -* RAII support. +* Right this is only RAII support to properly call shutdown(). +* +* TODO: move getAdapter() here. Make this control all shutdowns. */ class BluetoothSystem { public: |