Zephyr Project API 4.1.0
A Scalable Open Source RTOS
|
Include Attribute Value. More...
#include <gatt.h>
Data Fields | |
const struct bt_uuid * | uuid |
Service UUID. | |
uint16_t | start_handle |
Handle of the first attribute within the included service. | |
uint16_t | end_handle |
Handle of the last attribute within the included service. | |
Include Attribute Value.
This structure represents an included service attribute in the GATT server. An included service is a service that is referenced within another service, allowing for the reuse of common service definitions.
uint16_t bt_gatt_include::end_handle |
Handle of the last attribute within the included service.
uint16_t bt_gatt_include::start_handle |
Handle of the first attribute within the included service.
const struct bt_uuid* bt_gatt_include::uuid |
Service UUID.