FreeRTOS: BLE
BLE
Return to main page ↑
BTAttribute_t Struct Reference

Generic BLE attribute. More...

#include <bt_hal_gatt_types.h>

Data Fields

BTDbAttributeType_t xAttributeType
 
union {
   BTServiceUUID_t   xServiceUUID
 
   BTCharacteristic_t   xCharacteristic
 
   BTCharacteristicDescr_t   xCharacteristicDescr
 
   BTIncludedService_t   xIncludedService
 
}; 
 

Detailed Description

Generic BLE attribute.

Field Documentation

◆ xAttributeType

BTDbAttributeType_t BTAttribute_t::xAttributeType

Type of attribute.

◆ xServiceUUID

BTServiceUUID_t BTAttribute_t::xServiceUUID

UUID of the service.

◆ xCharacteristic

BTCharacteristic_t BTAttribute_t::xCharacteristic

Characteristic.

◆ xCharacteristicDescr

BTCharacteristicDescr_t BTAttribute_t::xCharacteristicDescr

Descriptor.

◆ xIncludedService

BTIncludedService_t BTAttribute_t::xIncludedService

Included service.


The documentation for this struct was generated from the following file: