fun findByService(services: List<UUID>, filterPredicate: (GattConnection) -> Boolean = { true }): Single<List<GattConnection>>
Finds known GattConnections matching given remote services and filterPredicate filter
services
- list of remote GATT service UUID's to match
filterPredicate
- filter to apply to known GattConnection
Return
Returns a Single that will emit all known GattConnection