Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_gatt_service Struct Reference

GATT Service structure. More...

#include <gatt.h>

Data Fields

struct bt_gatt_attrattrs
 Service Attributes.
 
size_t attr_count
 Service Attribute count.
 

Detailed Description

GATT Service structure.

This structure is used to define GATT services which can be registered and unregistered at runtime. See bt_gatt_service_register for when services should be registered.

Field Documentation

◆ attr_count

size_t bt_gatt_service::attr_count

Service Attribute count.

◆ attrs

struct bt_gatt_attr* bt_gatt_service::attrs

Service Attributes.


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