Pigweed
 
Loading...
Searching...
No Matches
pw::bluetooth::gatt::Server2::LocalServiceInfo Struct Reference

Parameters for registering a local GATT service. More...

#include <server2.h>

Public Attributes

ServiceHandle handle
 A unique (within a Server) handle identifying this service.
 
bool primary
 Indicates whether this is a primary or secondary service.
 
Uuid type
 
span< const Characteristic2 > characteristics
 The characteristics of this service.
 
span< const ServiceHandle > includes
 

Detailed Description

Parameters for registering a local GATT service.

Member Data Documentation

◆ includes

span<const ServiceHandle> pw::bluetooth::gatt::Server2::LocalServiceInfo::includes

Handles of other services that are included by this service. The included services need to already be published.

◆ type

Uuid pw::bluetooth::gatt::Server2::LocalServiceInfo::type

The UUID that identifies the type of this service. There may be multiple services with the same UUID.


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