Interface | Description |
---|---|
BluetoothStack |
Provides methods for discovering Bluetooth Low Energy peripherals, inspecting user
device support level, and controlling power state of the device's Bluetooth radio.
|
GattCharacteristic |
Represents a gatt characteristic from a
GattService . |
GattPeripheral |
Represents a Bluetooth Low Energy device that communicates over a gatt profile.
|
GattPeripheral.PacketHandler |
Responsible for encoding and decoding packets for the Bluetooth stack.
|
GattService |
Represents a gatt service associated with a
GattPeripheral . |
OperationTimeout |
Encapsulates a simple expiration timer.
|
Enum | Description |
---|---|
BluetoothStack.SupportLevel |
Describes the level of support the current device has in the implementation.
|
GattPeripheral.WriteType |
Determines how a command will be written to a peripheral.
|
Annotation Type | Description |
---|---|
GattCharacteristic.Permissions |
Marks an
int as containing one of the
permission constants from GattCharacteristic . |
GattCharacteristic.Properties |
Marks an
int as containing one of the
property constants from GattCharacteristic . |
GattPeripheral.BondStatus |
Marks an
int as containing one of the
bond status constants from GattPeripheral . |
GattPeripheral.ConnectivityStatus |
Marks an
int as containing one of the connectivity
status constants from GattPeripheral . |
GattService.Type |
Marks an
int as containing one of the
type constants from GattService . |