class GattServiceRefresher
GattServiceRefresher(refreshTransactionProvider: GattClientRefreshGattTransactionProvider = GattClientRefreshGattTransactionProvider(), provideBitGattPeer: (GattConnection) -> BitGattPeer = { BitGattPeer(it) }) |
fun refresh(gattConnection: GattConnection): Completable
Performs service refresh on the peripheral If the gattConnection is not connected we will first try to connect |