Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_gatt_include Struct Reference

Include Attribute Value. More...

#include <gatt.h>

Data Fields

const struct bt_uuiduuid
 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.
 

Detailed Description

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.

Field Documentation

◆ end_handle

uint16_t bt_gatt_include::end_handle

Handle of the last attribute within the included service.

◆ start_handle

uint16_t bt_gatt_include::start_handle

Handle of the first attribute within the included service.

◆ uuid

const struct bt_uuid* bt_gatt_include::uuid

Service UUID.


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