| Class | Description |
|---|---|
| BluetoothBytesParser | |
| BluetoothCentral |
This class represent a remote Central
|
| BluetoothCentralManager |
Central Manager class to scan and connect with bluetooth peripherals.
|
| BluetoothCentralManagerCallback |
Callbacks for the BluetoothCentralManager class
|
| BluetoothPeripheral |
Represents a remote Bluetooth peripheral and replaces BluetoothDevice and BluetoothGatt
|
| BluetoothPeripheralCallback |
Callbacks for the BluetoothPeripheral class
|
| BluetoothPeripheralManager |
This class represent a peripheral running on the local phone
|
| BluetoothPeripheralManagerCallback |
Callbacks for the BluetoothPeripheralManager class
|
| Enum | Description |
|---|---|
| AdvertiseError |
This enum describes all possible errors that can occur when trying to start advertising
|
| BondState |
The class represents the various possible bond states
|
| ConnectionPriority | |
| ConnectionState |
This class represents the possible connection states
|
| GattStatus |
The GattStatus describes the result of a GATT operation.
|
| HciStatus |
This class describes the HCI error codes as defined in the Bluetooth Standard, Volume 1, Part F, 1.3 HCI Error Code, pages 364-377.
|
| PeripheralType |
This class represents the possible peripheral types
|
| PhyOptions |
This class represents the possible Phy options
|
| PhyType |
This class represents the possible Phy types
|
| ScanFailure |
This class represents the possible scan failure reasons
|
| ScanMode |
This class represents the possible scan modes
|
| WriteType |
WriteType describes the type of write that can be done
|