ServicesDiscovered

data class ServicesDiscovered(val services: List<RemoteService>) : GattEvent

Event indicating that the services have changed.

Parameters

services

The list of discovered remote services.

Constructors

Link copied to clipboard
constructor(services: List<RemoteService>)

Properties

Link copied to clipboard

Whether the event notifies about a disconnection.

Link copied to clipboard

Whether the event notifies about services change, including disconnection.

Link copied to clipboard