IncludedService
Declares an inner service with the given UUID.
Inner services are services that are included in the primary service.
Sample code:
Service(<Some UUID>) {
Characteristic(...)
InnerService(<Some UUID>) {
Characteristic(...)
Characteristic(...)
)
)
Content copied to clipboard
Parameters
uuid
The UUID of the inner service.
builder
Scope of the inner service.
Declares an inner service with the given 16 or 32 bit short UUID.
Parameters
shortUuid
The 16 or 32 bit short UUID of the inner service.
builder
Scope of the inner service.