diff options
Diffstat (limited to 'api/tinyb/BluetoothObject.hpp')
-rw-r--r-- | api/tinyb/BluetoothObject.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tinyb/BluetoothObject.hpp b/api/tinyb/BluetoothObject.hpp index 0c13058b..804f39ed 100644 --- a/api/tinyb/BluetoothObject.hpp +++ b/api/tinyb/BluetoothObject.hpp @@ -46,6 +46,7 @@ enum class BluetoothType { class BluetoothGattService; class BluetoothGattCharacteristic; class BluetoothGattDescriptor; + class BluetoothException; } class tinyb::BluetoothObject |