![]() |
WE310F5
39.00.000
|
Structure which stores all information of an GATT element. More...
#include <m2mb_ble_driver.h>
Data Fields | |
M2MB_BLE_GATT_ATTRIB_TYPE_T | type |
M2MB_BLE_UUID_T | uuid |
UINT16 | attrib_handle |
UINT8 | properties |
UINT16 | start_handle |
UINT16 | end_handle |
Structure which stores all information of an GATT element.
Structure for storing all information of an GATT element. This structure is used for service discovery feature.
Definition at line 198 of file m2mb_ble_driver.h.
UINT16 attrib_handle |
Attribute handle value
Definition at line 202 of file m2mb_ble_driver.h.
UINT16 end_handle |
End handle of the service, used only when type = M2MB_BLE_GATT_PRIMARY_SERVICE_E
Definition at line 206 of file m2mb_ble_driver.h.
UINT8 properties |
Characteristic properties
Definition at line 203 of file m2mb_ble_driver.h.
UINT16 start_handle |
Start handle of the service, used only when type = M2MB_BLE_GATT_PRIMARY_SERVICE_E
Definition at line 205 of file m2mb_ble_driver.h.
Attribute type
Definition at line 200 of file m2mb_ble_driver.h.
M2MB_BLE_UUID_T uuid |
UUID value
Definition at line 201 of file m2mb_ble_driver.h.