Sending and receiving works correctly, however establishing an SAP connection takes too long
16 lines
506 B
XML
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>
|