C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
BleTypes.h File Reference

Common types used across the Systemic::BluetoothLE namespace. More...

#include <cstdint>
Include dependency graph for BleTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Systemic::BluetoothLE
 A collection of C++ classes that provides a simplified access to Bluetooth Low Energy peripherals.
 

Typedefs

using Systemic::BluetoothLE::bluetooth_address_t = std::uint64_t
 Type for a Bluetooth address.
 

Enumerations

enum class  Systemic::BluetoothLE::BleRequestStatus {
  Systemic::BluetoothLE::Success , Systemic::BluetoothLE::Error , Systemic::BluetoothLE::InProgress , Systemic::BluetoothLE::Canceled ,
  Systemic::BluetoothLE::Disconnected , Systemic::BluetoothLE::InvalidPeripheral , Systemic::BluetoothLE::InvalidCall , Systemic::BluetoothLE::InvalidParameters ,
  Systemic::BluetoothLE::NotSupported , Systemic::BluetoothLE::ProtocolError , Systemic::BluetoothLE::AccessDenied , Systemic::BluetoothLE::AdapterOff ,
  Systemic::BluetoothLE::Timeout
}
 Peripheral requests statuses. More...
 

Detailed Description

Common types used across the Systemic::BluetoothLE namespace.