A collection of C++ classes that provides a simplified access to Bluetooth Low Energy peripherals.
Definition bletypes.h:36
BleAdapterState
Bluetooth adapter states.
Definition bletypes.h:39
std::future< bool > subscribeAdapterStateChangedAsync(const std::function< void(BleAdapterState)> &onStateChanged)
Subscribe to the default Bluetooth adapter radio state events.
Definition BluetoothLE.cpp:96
std::future< BleAdapterState > getAdapterStateAsync()
Returns the default Bluetooth adapter state.
Definition BluetoothLE.cpp:76