Expand description
GATT commands and types needed for those commands.
Structs
- Types of access for characteristic descriptors
- Parameters for the GATT Add Characteristic command.
- Parameters for the GATT Add Characteristic Descriptor command.
- Parameters for the GATT Add Service command.
- Which events may be generated when a characteristic is accessed.
- Permissions available for characteristics.
- Available properties for characteristics. Defined in Volume 3, Part G, Section 3.3.3.1 of Bluetooth Specification 4.1.
- Parameters for the Write Characteristic Value command.
- Parameters for the GATT Delete Included Service command.
- Permissions available for characteristic descriptors.
- Parameters for the Set Descriptor Value command.
- Encryption key size, in bytes.
- Flags for individual events that can be masked by the GATT Set Event Mask command.
- Parameters for the GATT Find by Type Value Request command.
- Parameters for the GATT Include Service command.
- Parameters for the Read long characteristic value command.
- Parameters for the Write Long Characteristic Value command.
- Parameters for the Read Multiple Characteristic Values command.
- Two ordered points that represent a range. The points may be identical to represent a range with only one value.
- Parameters for the Read by Group Type Request command.
- Parameters for the Set Security Permission command.
- Parameters for the Update Long Characteristic Value command.
- Parameters for the Update Characteristic Value command.
- Flags for types of updates that the controller should signal when a characteristic value is updated.
- 16-bit UUID
- Parameters for the Prepare Write Request command.
- Parameters for the Write Response command.
Enums
- Errors that can occur when creating an
EncryptionKeySize. - Potential errors from parameter validation.
- Common characteristic descriptor UUIDs.
- Potential errors that can occer when creating a Range.
- Types of GATT services
- Types of UUID
Traits
- GATT-specific commands for the
ActiveBlueNRG.