Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
BluetoothLE.h File Reference

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< BleAdapterStateSystemic::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.
 

Detailed Description

Global functions for accessing Bluetooth adapter state.