|
Struct, Record, Enum |
Description |
|
This represents information about a characteristic or a descriptor. | |
|
This represents address structure for Bluetooth 4.0 devices. | |
|
This represents value of a GATT attribute. | |
|
This represents the information of a remote Bluetooth 4.0 peripheral device. | |
|
This is a structure that defines the Bluetooth GATT service, characteristic and descriptor. A Bluetooth GATT service is defined by an array of LGATTServiceInfo, the first array elements must be of type TYPE_SERVICE, followed by elements of type TYPE_CHARACTERISTIC or type TYPE_DESCRIPTOR. The last element in the array must be of type TYPE_END. Please see LGATTServerClass.loadService() for more details. |