Files
vsmartcard/TCardEmulator/res/accessoryservices.xml
Jan-Christopher Pien 9c758ffda0 Authentication for ACardEmulator/TCardEmulator
secure sending and with high priority
2016-11-30 08:29:37 +01:00

16 lines
507 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<resources>
<application name="VirtualSmartCardReader">
<serviceProfile id="/com/vsmcartcard" name="VirtualSmartCardReaderConsumer"
role="consumer" version="1.0">
<supportedTransports>
<transport type="TRANSPORT_BT" />
<transport type="TRANSPORT_WIFI" />
</supportedTransports>
<serviceChannel id="104" dataRate="low" priority="high"
reliability="enable">
</serviceChannel>
</serviceProfile>
</application>
</resources>