|
BLE_API
v2.1.3
|
BLE Service Declaration With An Attribute. More...
#include <ble_host.h>
Data Fields | |
| void * | uuidType |
| void * | uuidValue |
| uint16_t | lenValue |
| uint8_t | propertyValue |
| uint8_t | permFormatDB |
| void(* | attCallFunc )(BLE_Event_AttParam *AttParam) |
BLE Service Declaration With An Attribute.
| void(* ATTRIBUTE_BLE::attCallFunc) (BLE_Event_AttParam *AttParam) |
Register callback function.
| uint16_t ATTRIBUTE_BLE::lenValue |
The length of attribute value.
| uint8_t ATTRIBUTE_BLE::permFormatDB |
UUID format and characteristic permission.
| uint8_t ATTRIBUTE_BLE::propertyValue |
Characteristic properties.
| void* ATTRIBUTE_BLE::uuidType |
Attribute type which defined by a UUID, an UUID is used to identify every attribute type.
| void* ATTRIBUTE_BLE::uuidValue |
Attribute Value shall be the 16-bit Bluetooth UUID or 128-bit UUID for the service/ characteristic, known as the service/ characteristic UUID.