mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
transport/bt_rsap.py: properly implement get_atr() method
Change-Id: Ib40f59e3dd026aaeca8c51f7d0de3db78d12fb3e
This commit is contained in:
@@ -295,8 +295,8 @@ class BluetoothSapSimLink(LinkBase):
|
||||
except:
|
||||
raise ReaderError("Cannot connect to SIM Access service")
|
||||
|
||||
# def get_atr(self):
|
||||
# return bytes(self._con.getATR())
|
||||
def get_atr(self):
|
||||
return self._atr
|
||||
|
||||
def disconnect(self):
|
||||
if self.connected:
|
||||
|
||||
Reference in New Issue
Block a user