as companion for Android Smart Card Emulator to allow using the Accessories' HCE mode instead of the phone's hardware.
16 lines
501 B
XML
16 lines
501 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<resources>
|
|
<application name="com.vsmartcard.tcardemulator">
|
|
<serviceProfile id="/sample/hello" name="HelloAccessoryConsumer"
|
|
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>
|