<?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>How can see my peripheral&amp;#39;s device name on the Terminal with serial com?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71919/how-can-see-my-peripheral-s-device-name-on-the-terminal-with-serial-com</link><description>I use ble_app_uart_c. 
 I have a central(nRF52DK). I have a peripheral(nRF52DK). When i run my code, I would like to see my peripheral&amp;#39;s name and it&amp;#39;s UUID on the terminal with serial comm. How can i do it?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Feb 2021 13:24:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71919/how-can-see-my-peripheral-s-device-name-on-the-terminal-with-serial-com" /><item><title>RE: How can see my peripheral's device name on the Terminal with serial com?</title><link>https://devzone.nordicsemi.com/thread/295840?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 13:24:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:646b75aa-458f-4909-93b6-65f4c4b72e47</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You get the full advertising data when handling the BLE_GAP_EVT_ADV_REPORT event. So you you can parse it manually or use &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group__ble__sdk__lib__advdata.html?cp=7_1_6_2_7_28#ga5c200cd3523cc98073832aa5e8d954f0"&gt;ble_advdata_search()&lt;/a&gt;&amp;nbsp;to get advertised names or UUIDs.&lt;/p&gt;
&lt;p&gt;If you want a higher level module you can use the scan module, which will allow you to filter on certain parameters, so that you say only want advertisements with a specific name and a specific UUID. If you refer to the ble_app_uart_c you can see tha tit filters on the NUS UUID. If you instead refer to ble_app_hrs_c you can see more filters being used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can see my peripheral's device name on the Terminal with serial com?</title><link>https://devzone.nordicsemi.com/thread/295746?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 08:59:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3aeb3f3-4a74-4964-9773-72a63fe6e6d1</guid><dc:creator>Alperen</dc:creator><description>[quote userid="6462" url="~/f/nordic-q-a/71919/how-can-see-my-peripheral-s-device-name-on-the-terminal-with-serial-com/295716#295716"]Is the terminal connected to the Central, or the Peripheral?[/quote]
&lt;p&gt;Yes, Actually, I see my beacon&amp;#39;s returned RSSI value. But I didn&amp;#39;t see my beacon&amp;#39;s UUID. I need to find it because I must differentiate from other BLE devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can see my peripheral's device name on the Terminal with serial com?</title><link>https://devzone.nordicsemi.com/thread/295716?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 00:12:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c7dfe52-0b33-49d9-969a-fa9648bd64ce</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Is the terminal connected to the Central, or the Peripheral?&lt;/p&gt;
&lt;p&gt;Have you looked at the &amp;quot;&lt;span&gt;BLE Interactive Command Line Interface&amp;quot; Example?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It scans, and displays the info (including name) of the peripherals it finds ...&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>