WE310F5  39.00.000
M2MB_BLE_GATT_ELEMENT_S Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ attrib_handle

UINT16 attrib_handle

Attribute handle value

Definition at line 202 of file m2mb_ble_driver.h.

◆ end_handle

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.

◆ properties

UINT8 properties

Characteristic properties

Definition at line 203 of file m2mb_ble_driver.h.

◆ start_handle

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.

◆ type

Attribute type

Definition at line 200 of file m2mb_ble_driver.h.

◆ uuid

UUID value

Definition at line 201 of file m2mb_ble_driver.h.


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