<resources>

    <application name="AccessoryProvider" >

        <serviceProfile

            id="/serviceProfile/stracks"
            name="stracks"
            role="provider"
            serviceImpl="com.algobase.service.ProviderService"
            version="1.0"
            serviceLimit="ANY"
            serviceTimeout="30">

            <supportedTransports>
                <transport type="TRANSPORT_BT" />
                <transport type="TRANSPORT_WIFI" />
            </supportedTransports>

            <serviceChannel
                id="777"
                dataRate="high"
                priority="low"
                reliability= "enable">
            </serviceChannel>

        </serviceProfile>

    </application>

</resources>
