Files
vsmartcard/TCardEmulator/res/accessoryservices.xml
Jan-Christopher Pien f2a68c95c1 Refactor connecting to SAP service and sending messages in queue
Sending and receiving works correctly, however establishing an SAP connection takes too long
2016-11-30 08:23:53 +01:00

16 lines
506 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="low"
reliability="enable">
</serviceChannel>
</serviceProfile>
</application>
</resources>