fun disconnect(bluetoothAddress: String): Completable
Disconnect given device if its connected
bluetoothAddress
- BT address of Peripheral to disconnect
fun disconnect(connection: GattConnection): Completable
Disconnect given device if its connected