<?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>pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50082/pc-ble-driver-no-scan-response</link><description>I want to incoorperate the pc-ble-driver into a product, using the PCA10059 USB-dongle. My design requires me to receive advertising scan responses. I successfully receive advertising events and I see both, scan resquests and scan responses with a sniffer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Apr 2022 17:04:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50082/pc-ble-driver-no-scan-response" /><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/363692?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 17:04:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2c499e7-71b5-43df-bf66-c24f0a35ec3e</guid><dc:creator>Mike Tuev R9FT</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I also have the problems with receiving of scan responses on API V6 S140. in wireshark I can see many of scan requests and scan responses but I can&amp;#39;t see&amp;nbsp;them in on_adv_report()&amp;nbsp; (nordic_uart_client example).&lt;/p&gt;
&lt;p&gt;But when I use API V5 S132 - all is ok with getting scan responses.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I guess it might be because of this request when using API V6:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#if NRF_SD_BLE_API &amp;gt;= 6
	else {
		err_code = sd_ble_gap_scan_start(m_adapter, NULL, &amp;amp;m_adv_report_buffer);
		if (err_code != NRF_SUCCESS)
		{
			printf(&amp;quot;Scan start failed with error code: %d\n&amp;quot;, err_code);
			fflush(stdout);
		}
		else
		{
			printf(&amp;quot;Scan started\n&amp;quot;);
			fflush(stdout);
		}
	}
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It is a chunk from here&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/nordic_uart_client/main.c"&gt;https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/nordic_uart_client/main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;More: I am using nrf52840 dongle and I wonder why there is &amp;quot;connectivity_4.1.4_usb_with_s132_5.1.0.hex&amp;quot; which means it uses softdevice S132. But as of this table&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/softdevices.html"&gt;https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/softdevices.html&lt;/a&gt;&amp;nbsp;S132 is not for nrf52840. And more, nrf52832 doesn&amp;#39;t have USB.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;May be some one can give answers.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/279721?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 12:50:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7f307b3-3b5e-4f94-9d11-c436f7f1eb9a</guid><dc:creator>PaSch</dc:creator><description>&lt;p&gt;will this bug be resolved, is currently worked on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/210879?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 09:09:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f924ddf-f368-46b8-b4b5-09b9e1fa4807</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;I expected to receive Advertising data and Scan Response data seperatly. And I&amp;#39;m able to receive Scan Response data, _but_: It takes up to minutes to receive a single Scan Response. I think this is really an issue with the SD V6 API, which does not allow for larger latency (which is introduced by using the API over USB).&lt;/p&gt;
&lt;p&gt;The reason, why you see Scan Response data might be, because you are using an earlier connectivity firmware, which does not have that problem. (Which is unfortunatelly not an option for me, as I&amp;#39;m require some 5.0 features).&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve decided yesterday to not use the pc-ble-driver in our product. Either we will write something on our own, or see, if other vendory provide something similar.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/210876?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 08:59:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b0f26ca-5092-4e3e-8efb-d934796d8d91</guid><dc:creator>Geoffrey</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I Get it.&lt;/p&gt;
&lt;p&gt;Advertising data and scanresponse data are send separately.&lt;/p&gt;
&lt;p&gt;They both put in relationship directly by nrf connect on mobile and on pc app by using the mac adress. (that&amp;#39;s why thez are displayed quickly)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In pc-ble-driver-py it is not the case. Advertising datas ans scan response datas are receive separatly.&lt;/p&gt;
&lt;p&gt;the srdata are received when the adv_type calue is None&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    def on_gap_evt_adv_report(self, ble_driver, conn_handle, peer_addr, rssi, adv_type, adv_data):
        dev_name_list = None

        if adv_type is None :
            print &amp;#39;scanResponse&amp;#39;
            print (adv_data.records)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is the result of the print of oine of my device.&lt;/p&gt;
&lt;p&gt;{&amp;lt;Types.manufacturer_specific_data: 255&amp;gt;: [255, 255, DATAS]}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the end you have to link these data with your device by using the peer_addr&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I hope this will help you to solve your problem&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Geoffrey&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/210503?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 16:08:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0982342b-9156-479b-860f-715ac1944456</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Well, that makes sense. Unfortunatelly, this doesn&amp;#39;t solve my problem, as I need advertising response and BLE 5.0 features :-(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/210501?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 16:01:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a19548fb-7b22-4904-b89a-2fa6b19db514</guid><dc:creator>Sigurd</dc:creator><description>[quote userid="4223" url="~/f/nordic-q-a/50082/pc-ble-driver-no-scan-response/210493"]How is nRF Connect using the connectivity differently than the pc-ble-driver[/quote]
&lt;p&gt;pc-ble-driver has support for SoftDevice API version 2, 3, 5 and 6. &lt;span&gt;nRF Connect for Desktop still uses SoftDevice (API) v3, also for nRF52840. The scanning APIs were changed in SoftDevice v6 so that the scanning needs to be restarted for every received advertising packet. That&amp;#39;s the reason why you don&amp;#39;t have this issue on API v3.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(Edit:&amp;nbsp;nRF52840 products that are going to be listed with Bluetooth SIG need to use use SD v6 and above, ref &lt;a href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52840/COMP/nrf52840/nrf52840_ble_qdid_qual_matrix.html?cp=3_0_3_4"&gt;this QDID list&lt;/a&gt;.)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/210493?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 15:21:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58d864c6-ed77-407d-932e-622470f73eaa</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;By accident, I&amp;#39;ve used the nRF Connect &amp;quot;Bluetooth Low Energy&amp;quot; modul, which installed the connectivity firmware version 4.1.1 SoftDevice API version 3. nRF Connect was able to show me the advertising response data very quickly, reproducable.&lt;/p&gt;
&lt;p&gt;How is nRF Connect using the connectivity differently than the pc-ble-driver? What could I do to get the same behaviour.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/208286?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 15:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e65fdd88-e578-4876-a13a-95f0ec385c1e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;&lt;span&gt;That sounds like a good idea. Unfortunately, I can&amp;rsquo;t think of any other ways to mitigate or solve this.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/208102?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 06:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c92373c4-638e-4d38-a1df-7b0581ed8411</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;thank you very much for reproducing the behavior. I think your first interpretation sounds resonable. Which on the other hand meens, that this issue is not solvable with the current state of the pc-ble-driver.&lt;/p&gt;
&lt;p&gt;Adding some kind of automatic-rescan-switch, which would instruct the connectivity firmware to automatically issue the sd_ble_gap_scan_start() would solve the problem. What do you think? Can you think of other methods to at least mitigate the problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/206046?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 09:08:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1250eb6f-22b6-494a-a4eb-3b1426da0a58</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have reproduced the behavior here. I have not fully verified it yet, but I currently think the amount of delay between the BLE_GAP_EVT_ADV_REPORT events until scanning is resumed again with&amp;nbsp;sd_ble_gap_scan_start() might be to root cause of this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/204417?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2019 08:33:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4050fa31-cec4-4829-aec4-951f6406a34f</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;J&amp;oslash;rgen,&lt;/p&gt;
&lt;p&gt;where you able to reproduce my measurements with the ble_app_uart example?&lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;Torsten&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/203374?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 14:44:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a54d7bd3-692f-4396-8a75-f303f432b819</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;J&amp;oslash;rgen,&lt;/p&gt;
&lt;p&gt;I tried to reproduce this with the ble_app_uart example and the results are quite compareable. I&amp;#39;ve modified the attached nordic_reproducer.cpp to count the number of scan reports received for every address ending in 0xf3 (which is just my device) and to stop execution once, a scan reponse was received. This small tables shows the number of received advertisments and the time it took to receive a first scan response:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;470 0m44.629s&lt;br /&gt;549 &amp;gt;0m51.572s&lt;br /&gt;488 0m46.725s&lt;br /&gt;403 0m38.277s&lt;br /&gt;350 0m33.204s&lt;br /&gt;444 0m41.694s&lt;br /&gt;175 0m17.192s&lt;br /&gt;324 0m31.005s&lt;br /&gt;302 0m28.396s&lt;/p&gt;
&lt;p&gt;For the second measurement, during the entire runtime of the program, no scan response was received. The attached no_scan_response_II.log shows the program output during a measurement (182 advertisings received until after 18s, a first scan response was received). no_scan_response_II.pcapng contains a wireshark sniff during this 18s.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t expect the pc-ble-library to report every scan response, but if the library would report just every 10th, it would be just a matter of a second to get a valid scan response.&lt;/p&gt;
&lt;p&gt;Unfortunatelly, my current product design relies on receiving the scan responses, which works fine for native Windows10 and OS/X. I would like to support pc-ble-driver to be able to use BLE 5.0 features without the need to have OS support on the client side.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/no_5F00_scan_5F00_response_5F00_II.pcapng"&gt;devzone.nordicsemi.com/.../no_5F00_scan_5F00_response_5F00_II.pcapng&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/no_5F00_scan_5F00_response_5F00_II.log"&gt;devzone.nordicsemi.com/.../no_5F00_scan_5F00_response_5F00_II.log&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/203275?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 10:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:559037ce-aab3-43c4-bbb1-6930ea06b6be</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Ok, would be great if you could provide this firmware. You have not seen this issue with other devices/firmwares? Could you for instance test one of the stock examples from the SDK? The ble_app_uart example should for instance use scan response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/203251?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 09:55:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f69ab0c-43f5-471d-a9b1-06991d979a11</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;I test always against a specific device, with the very same firmware (running on a nrf52832; which I could provide). The scan response data of that device contains a complete list of 128 bit service UUIDs (containing one entry) and manufacturer specific data (see no_scan_response.pcapng).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/203239?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2019 09:08:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a8f668a-12c9-4511-964b-bf1368a415fc</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Sorry for the slow reply, I have been very busy during the summer. I&amp;#39;m checking with the developer if we have any testing or known issues with this.&lt;/p&gt;
[quote user="Torsten Robitzki"]I made some measurements and found that in most times (5 out of 9), it takes 40 to 50 seconds to receive a first scan response from a specific address, while in all other times (4 out of 9) it takes 2 to 4.3 seconds to receive a first scan response.[/quote]
&lt;p&gt;Are you testing this against a specific device, or are the 9 tests with different devices? Which kind of devices are you testing with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/202633?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 13:03:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9876444-8d8f-4588-84aa-a96a8bd3b72e</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;An other observation is, that according to the attached sniff (no_scan_response.pcapng), my device is responding on the next advertising channel and the response time is way behind T_IFS. But I would expect this to be an Nordic Sniffer issue, as receiving scan responses, just by using the OS/X API works as expected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/202590?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 11:40:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c74b3ce4-8986-4935-9332-c480dd9fe8e0</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Now I added some LED toggles into the connectivity firmware. In `ble_gap_evt_adv_report_t_enc()` I toggled different LEDs. One LED is toggled for every call to the function, one LED for every event with the MAC address of my device. And finaly, one LED for every scan response. The toggle schema of the LED is comparable to what I receive on the PC side. So nearly no scan responses are reportet to&amp;nbsp;&lt;span&gt;`ble_gap_evt_adv_report_t_enc()`.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;On the calling side of&amp;nbsp;`ble_gap_evt_adv_report_t_enc()`, I made sure, that in `ser_conn_ble_event_encoder()` allocating memory is not causing a problem. `ser_hal_transport_tx_pkt_alloc()` never fails.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So I traveled up the call stack and found that in `ser_conn_ble_event_handle()` events are scheduled onto an application queue (`app_sched_event_put()`). So I moved my LED blinking test code infront of the scheduling. Same pattern here, so no events get lost, due to this scheduling.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Further up the call stack, there is just `nrf_sdh_ble_evts_poll()` which calls `sd_ble_evt_get()` and just calls&amp;nbsp;`ser_conn_ble_event_handle()` indirectly. Moveing the LED blinking test code there, reveals the same results.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So it seems, the Softdevice is sending scan requests, the device is responding with scan responses, but the SD is not reporting the responses. Why is that?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/202530?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 07:44:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d495403a-3eb5-4ad6-8984-a123ec148a49</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;While further investigating this, I build the connectivity firmware (debug build) and deployed it onto a PCA10056 (to be able to debug it). With this setup, I receive scan responses once in a while. I made some measurements and found that in most times (5 out of 9), it takes 40 to 50 seconds to receive a first scan response from a specific address, while in all other times (4 out of 9) it takes 2 to 4.3 seconds to receive a first scan response.&lt;/p&gt;
&lt;p&gt;The specific address I&amp;#39;m looking at, advertises with an interval of ~110ms (according to the sniffer). The time it takes to receive a first scan response devided by the number of received advertising PDUs (ADV_IND) is roughly 2 times 110ms for all measurements. I would expect ~110ms / 3, as the scanned device advertises on all three advertising channels. And of cause during all periods, there are plenty of scan requests made by the connectivity firmware and scan responses by the device.&lt;/p&gt;
&lt;p&gt;In my setup, I had to configure the pc-ble-driver client with a baudrate of 100,000 (not 1,000,000 as in the examples). Could this be some kind of congestion on the USB part? If so, why are advertings priorizes over scan responses?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/202047?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2019 08:10:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36f22bbb-d302-422e-bce0-a617ba0a3be2</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;J&amp;oslash;rgen,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I hope you are doing well. Are you on vacation?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Torsten&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/200780?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 13:17:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa9db866-0076-49bd-8efe-082d8a0f3676</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Interessting my scan response also contains Manufactorer Specific data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/200778?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 13:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e246dda0-a023-43cf-9df6-109402a6b251</guid><dc:creator>Geoffrey</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve got the same problem. But I see that the data are available only if you set a company Id different from 0xffff. I hope this information will help you to understand or fix this issue.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Geoffrey&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/200636?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 05:47:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fad5ba36-527d-4726-ab3c-4036627599fe</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;J&amp;oslash;rgen,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;have you found the time to look into my little reproducer?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Torsten&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/199816?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 13:34:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41fc8b95-ceae-4ae0-b2c9-d4e0be897dde</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;J&amp;oslash;rgen,&lt;/p&gt;
&lt;p&gt;please find attached a small (200 LOC) reproducer. When sniffing the connection between the PCA10059 and my device (based on an nrf52 / s132) I can see scan requests (originating from the PCA10059) and responses (originating from my device).&lt;/p&gt;
&lt;p&gt;Please let me know, if you have any questions or if you need any additional support from me.&lt;/p&gt;
&lt;p&gt;best regards,&lt;/p&gt;
&lt;p&gt;Torsten&lt;/p&gt;
&lt;p&gt;BTW: Takk for looking into this!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nordic_5F00_reproducer.cpp"&gt;devzone.nordicsemi.com/.../nordic_5F00_reproducer.cpp&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/199800?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 12:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45406e1c-ff52-4b14-ac72-d590b019a68a</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;Yes, I&amp;#39;m using&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/archive/v4.1.1.zip"&gt;https://github.com/NordicSemiconductor/pc-ble-driver/archive/v4.1.1.zip&lt;/a&gt;&amp;nbsp;and yes, I&amp;#39;m activating scanning (see the attached sniff).&lt;/p&gt;
&lt;p&gt;This is part of a larger project, with several dependencies. I will try to strip it down to a bare minimum to provide you with an easy to build example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc-ble-driver no scan response</title><link>https://devzone.nordicsemi.com/thread/199796?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 12:47:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62c6f490-cb3a-4634-9e7b-83006add15c6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you using the latest stable version of pc-ble-driver (v4.1.1)? Did you &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/v4.1.1/examples/heart_rate_collector/main.c#L139"&gt;set active scanning in the scan parameters&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;If this does not help, can you post the application that you use?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>