class PeerGattServiceSubscriber
Helper to subscribe to GATT characteristic on CONNECTED peer (remote) device
PeerGattServiceSubscriber()
Helper to subscribe to GATT characteristic on CONNECTED peer (remote) device |
fun subscribe(peer: BitGattPeer, serviceUuid: UUID, characteristicUUID: UUID, isIndication: Boolean = false): Completable
Subscribe to given characteristic hosted on remote device |