Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
|
Global functions for accessing Bluetooth adapter state. More...
Go to the source code of this file.
Namespaces | |
namespace | Systemic |
Systemic Games base namespace. | |
namespace | Systemic::BluetoothLE |
A collection of C++ classes that provides a simplified access to Bluetooth Low Energy peripherals. | |
Functions | |
std::future< BleAdapterState > | Systemic::BluetoothLE::getAdapterStateAsync () |
Returns the default Bluetooth adapter state. | |
std::future< bool > | Systemic::BluetoothLE::subscribeAdapterStateChangedAsync (const std::function< void(BleAdapterState)> &onStateChanged) |
Subscribe to the default Bluetooth adapter radio state events. | |
Global functions for accessing Bluetooth adapter state.