<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Some VR cycling APP can&amp;#39;t recognize and connect my control point characteristic.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81772/some-vr-cycling-app-can-t-recognize-and-connect-my-control-point-characteristic</link><description>Hi, 
 We developing a fitness machine about cycle bike sensor. We create a FTM service include a control point characteristic and We use some VR app(Zwift/Rouvy) to test it. It look like working very well. 
 But now I tested other apps(RGT and Fulgaz</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Nov 2021 03:18:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81772/some-vr-cycling-app-can-t-recognize-and-connect-my-control-point-characteristic" /><item><title>RE: Some VR cycling APP can't recognize and connect my control point characteristic.</title><link>https://devzone.nordicsemi.com/thread/339535?ContentTypeID=1</link><pubDate>Thu, 18 Nov 2021 03:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bffca93b-b8b4-4fa3-9450-014df0a2d15c</guid><dc:creator>JohnCC</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I fixed this issue. I found that I don&amp;#39;t&amp;nbsp;advertising Fitness profile UUID during advertising period. I only advertising Cycling power profile. Like as below&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ble_uuid_t m_adv_uuids[] = {BLE_UUID_CYCLING_POWER,  BLE_UUID_TYPE_BLE};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After I add some code like as below, some VR app can recognize and connect to me.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ble_uuid_t m_adv_uuids[] = {{BLE_UUID_CYCLING_POWER,  BLE_UUID_TYPE_BLE},
                               {BLE_UUID_FITNESS_MACHINE, BLE_UUID_TYPE_BLE}};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I think that some VR app will search our capability during advertising period.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some VR cycling APP can't recognize and connect my control point characteristic.</title><link>https://devzone.nordicsemi.com/thread/339231?ContentTypeID=1</link><pubDate>Tue, 16 Nov 2021 13:12:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5090c9cc-a127-40c2-86c1-71bdbf718db9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Difficult to know, do you by any chance the possibilty to make an on-air sniffer log of working vs. failing?&lt;br /&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then I can at least look at whether there is somethin one app is trying to do that the other does not. If there is no difference to see I think it may be difficult to find out what the problem may be.&lt;/p&gt;
&lt;p&gt;It could be possible to try the pts software from Bluetooth to verify your profile if you haven&amp;#39;t already:&lt;br /&gt;&lt;a href="https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-test-tools/profile-tuning-suite/"&gt;https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-test-tools/profile-tuning-suite/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>