interface BluetoothScanner
abstract fun scanForDevice(macAddress: String): Single<GattConnection>
Scans for a device with a specific mac address |
|
abstract fun scanForDevices(): Observable<GattConnection>
Scans for devices |
|
abstract fun scanForName(name: String): Observable<GattConnection>
Scans for devices matching a specific name |