mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 12:06:29 +02:00
Initial version.
This commit is contained in:
parent
6bab491a21
commit
193aaa1a56
17 changed files with 3142 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
using TINK.Model.Device;
|
||||
|
||||
namespace TINK.Services.BluetoothLock.BLE
|
||||
{
|
||||
public class LockItByScanServicePolling : LockItByScanServiceBase, ILocksService
|
||||
{
|
||||
public LockItByScanServicePolling(ICipher cipher) : base(
|
||||
cipher,
|
||||
(bleDevice, authInfo, adapter) => LockItPolling.Authenticate(bleDevice, authInfo, adapter, cipher)) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue