<?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>Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85550/simultaneous-le-and-br-edr-to-same-device-capable-false</link><description>Hoping someone can help. 
 I am using an nRF52840 MDK USB dongle running nrf firmware in wireshark / nrf sniffer. I am attempting to sniff the bluetooth messages from my pool controller, so that i can then add the commands to an espcontroller (then add</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Mar 2022 00:37:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85550/simultaneous-le-and-br-edr-to-same-device-capable-false" /><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/358085?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 00:37:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e4dd823-62c0-4159-a24c-eb474350108a</guid><dc:creator>mikkaa</dc:creator><description>&lt;p&gt;That information is exceptional. Thank you very much for your help, and I will try out the nRF Connect desktop app to get the values. Thanks again for all your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/357944?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2022 12:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eef1a420-3168-471d-8b95-47fef1c1e936</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It&amp;#39;s hard to say what caused the poor reception earlier, maybe it was just the range, but I am glad to hear that you are able to follow the connection now. &lt;/p&gt;
[quote user="mikkaa"]Can i just ask, I assume the protocol ATT is communication between the phone (app) and the pool controller. Should I be looking at the Send Write Command and within that the Handle and Value as the message attributes. AND should i be able to find the Service and UUID?[/quote]
&lt;p&gt;Yes, you can see from the write request what the iPhone is sending to the pool controller. However, to know which characteristics it&amp;#39;s writing to, you need to know how the attribute table is laid out on the server. This is not possible to tell with this sniffer trace alone because the iPhone did not perform a service discovery at the beginning of this connection, but rather relied on previously cached attribute handle values from the pool controller&amp;#39;s GATT server. &lt;/p&gt;
&lt;p&gt;Value written to attribute handle 0x20 (unknown characteristic):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1647259010137v1.png" alt=" " /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Example of an attribute table (layout is found through the service discovery procedure):&lt;/p&gt;
&lt;p&gt;&lt;img style="cursor:zoom-in;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/864x806/__key/communityserver-discussions-components-files/4/table1.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;You can clear the cache on the iPhone by toggling Bluetooth enable in Settings-&amp;gt;Bluetooth (note: toggling Bluetooth enable from the access control center will not have the same effect), and therefore force the phone to perform a new discovery on the next connection. If you then sniff the connection you should be able to see which UUIDs the attribute handles belong to.&lt;/p&gt;
&lt;p&gt;A more visual approach to finding out which characteristics the attribute handles are assigned to is to use the the Bluetooth Low energy app in nRF connect for desktop and connect it to your pool controller. There you can send write and read request to the various characteristics and the log view will show what handles it used.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1647261355462v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/357805?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2022 02:12:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:702655ed-efe5-4d4e-91bd-03a61281d6e1</guid><dc:creator>mikkaa</dc:creator><description>&lt;p&gt;Thank you again for your assistance. I sat the bluetooth connector (plugged into a different port in my laptop) within 20cm from the pool controller and was able to capture messages (thank you). I have attached them here for your perusal.&lt;/p&gt;
&lt;p&gt;Connection was made at 5854 and disconnection at 10280. I am pretty sure I sent around 6 commands from the phone/app,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;medium pump speed&lt;/li&gt;
&lt;li&gt;low pump speed&lt;/li&gt;
&lt;li&gt;high pump speed&lt;/li&gt;
&lt;li&gt;Auto controller&lt;/li&gt;
&lt;li&gt;Manual controller&lt;/li&gt;
&lt;li&gt;Disconnect&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Can i just ask, I assume the protocol ATT is communication between the phone (app) and the pool controller. Should I be looking at the Send Write Command and within that the Handle and Value as the message attributes. AND should i be able to find the Service and UUID?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1647223935838v1.png" alt=" " /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pool_5F00_sniffer_5F00_2.pcapng"&gt;devzone.nordicsemi.com/.../pool_5F00_sniffer_5F00_2.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for all your assistance again, this has been very educational.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/357609?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 10:49:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:746bc6d4-4b01-4cc2-9bf4-a2d84033173c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for sharing the capture. It clearly shows that the sniffer is struggling to receive packets, which again reduces the probability of being able to capture the connect request. There are several missing packets in addition to those that are displayed as malformed.&lt;/p&gt;
&lt;p&gt;Please try the following to see if it improves the packet reception:&lt;/p&gt;
&lt;p&gt;1. Reduce the distance between the phone, sniffer and pool controller.&lt;/p&gt;
&lt;p&gt;2. Connect the dongle to another USB port in case it may be related to USB noise. This is not a common problem, but worth a try. Some USB hubs produce more noise than others.&lt;/p&gt;
&lt;p&gt;3. If possible, move your test setup to a different location that may potentially be less noisy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/357304?ContentTypeID=1</link><pubDate>Thu, 10 Mar 2022 03:59:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b49d0289-1fb8-4db0-8d12-afc04432227b</guid><dc:creator>mikkaa</dc:creator><description>&lt;p&gt;Thank you for continuing to assist. I have attached the extract you were after (i hope).&lt;/p&gt;
&lt;p&gt;I connected to the pool controller from my phone at row 14&lt;/p&gt;
&lt;p&gt;disconnected at row 21&lt;/p&gt;
&lt;p&gt;connected at row 28&lt;/p&gt;
&lt;p&gt;disconnected after some time at row 28&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pool_5F00_sniffer.pcapng"&gt;devzone.nordicsemi.com/.../pool_5F00_sniffer.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/357125?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 11:30:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a12c272-4f9a-4ae9-b9a4-609be9e28c11</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="mikkaa"]Currently, when I am attempting to sniff the pool controller, within the &amp;#39;Device&amp;#39; dropdown, I am selecting the mac address of the pool controller, which produces constant resulting lines. However, when i attempt to connect to the pool controller from my phone, I get the message stating&amp;nbsp;&lt;strong&gt;ADV_EXT_IND [malformed Packet]&lt;/strong&gt;[/quote]
&lt;p&gt;This is actually what I meant you should do. You have to select the pool controller from the dropdown menu before you initiate the connection. Otherwise, the sniffer will just to listen to traffic on the adv. channels, and not attempt to follow the connection on the data channels after the central has sent the connect request (CONNECT_IND).&lt;/p&gt;
&lt;p&gt;Malformed packet means the packet was not received correctly by the sniffer (invalid checksum), so you can&amp;#39;t really trust the payload to be correct. It may even be displaying the wrong packet type.&lt;/p&gt;
&lt;p&gt;You will almost always get some malformed packets in a sniffer trace due to noise from other devices operating on the same frequencies, but it sounds like you are getting this malformed packet every time you try to establish the connection, which is not normal. Would you mind uploading the full sniffer trace here? &lt;/p&gt;
&lt;p&gt;Here is an example of what it should look like when the sniffer is tracking a connecting between a peripheral and an iPhone:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-from-2022_2D00_03_2D00_09-12_2D00_01_2D00_38.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Complete trace:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/example.pcapng"&gt;devzone.nordicsemi.com/.../example.pcapng&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/357017?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 04:59:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77190f00-4049-4e7e-9165-4120ed00e2cc</guid><dc:creator>mikkaa</dc:creator><description>&lt;p&gt;thanks for the prompt response. Can i just clarify one point.&lt;/p&gt;
&lt;p&gt;Currently, when I am attempting to sniff the pool controller, within the &amp;#39;Device&amp;#39; dropdown, I am selecting the mac address of the pool controller, which produces constant resulting lines. However, when i attempt to connect to the pool controller from my phone, I get the message stating&amp;nbsp;&lt;strong&gt;ADV_EXT_IND [malformed Packet]&lt;/strong&gt;. and within the message, the value &lt;strong&gt;Simultaneous LE and BR/EDR to Same Device Capable (Host): false, &lt;/strong&gt;and no other records are captured until i disconnect the connection from my phone&lt;/p&gt;
&lt;p&gt;What you are asking me to do is to NOT select the specific pool controller from the dropdown, connect using my phone, run the commands I want to sniff, then once I am done, Stop capturing results, and go through and review those results. If this is the case, I have attempted this, and I still get the&amp;nbsp;&lt;strong&gt;ADV_EXT_IND [malformed Packet] &lt;/strong&gt;error and no further messages are captured until i disconnect my phone&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1646801942778v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simultaneous LE and BR/EDR to Same Device Capable: false</title><link>https://devzone.nordicsemi.com/thread/356753?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2022 07:25:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15626f6d-2de3-4921-b232-f914b7085be2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please make sure you have selected your device in the dropdown menu here:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2313.Screenshot-from-2022_2D00_02_2D00_22-09_2D00_31_2D00_34.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This will make the sniffer track the connection between your peripheral device and phone. It will only listed for data on the advertisment channels otherwise.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>