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 |
Parameters for registering a local GATT service.
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.
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.