public static interface BleServer.ExchangeListener
BleServer.IncomingListener
and BleServer.OutgoingListener
with common enums/structures.Modifier and Type | Interface and Description |
---|---|
static class |
BleServer.ExchangeListener.ExchangeEvent
Like
BleServer.ExchangeListener , this class should not be used directly as this is just a base class to statically tie together
BleServer.IncomingListener.IncomingEvent and BleServer.OutgoingListener.OutgoingEvent with a common API. |
static class |
BleServer.ExchangeListener.Target
The type of GATT object, provided by
BleServer.ExchangeListener.ExchangeEvent.target() . |
static class |
BleServer.ExchangeListener.Type
The type of exchange being executed, read, write, or notify.
|