Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
GATT Service structure. More...
#include <gatt.h>
Data Fields | |
struct bt_gatt_attr * | attrs |
Service Attributes. | |
size_t | attr_count |
Service Attribute count. | |
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.
size_t bt_gatt_service::attr_count |
Service Attribute count.
struct bt_gatt_attr* bt_gatt_service::attrs |
Service Attributes.