<?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>BLE app uart coexist example: How to change &amp;quot;Mesh Client&amp;quot; advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62302/ble-app-uart-coexist-example-how-to-change-mesh-client-advertising-name-in-mesh-part</link><description>Hi all, 
 In BLE app uart coexist example, When programmed successfully, using nrf_connect app, one can see Nordic_UART and Mesh Client being advertisied. The BLE part advertisng name can be set using sd_ble_gap_device_name_set while initialising GAP</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Jun 2020 12:36:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62302/ble-app-uart-coexist-example-how-to-change-mesh-client-advertising-name-in-mesh-part" /><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/254043?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 12:36:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29e534aa-c843-471f-b799-094f953e2231</guid><dc:creator>dk_07</dc:creator><description>&lt;p&gt;Thanks a lot. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/254039?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 12:33:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17211180-a181-4d40-8649-b2901e2725ae</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;No, softdevice only allow one connectable advertising packet at a time. Note that doesn&amp;#39;t matter which advertising name it is, it&amp;#39;s the same GATT server that you will find when you connect. So it&amp;#39;s the GATT server that combine both UART service and GATT Proxy/PB GATT service.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/254028?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 11:50:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e732eae-e48c-44a9-a6b6-5172cb08b0cc</guid><dc:creator>dk_07</dc:creator><description>&lt;p&gt;The program provided in the link works. Now Nordic UART advertise as MESH. Cann&amp;acute;t I simultaneously advertise Nordic UART as MESH and BLE using SDK15.2 and MESH 3.1?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253980?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 09:29:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29fc928b-f4c7-4585-a357-30c227a8cf3a</guid><dc:creator>dk_07</dc:creator><description>&lt;p&gt;Sorry. It is GATT Proxy role&lt;/p&gt;
&lt;p&gt;Thanks for the link&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253978?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 09:23:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:971bbb6a-ccf3-49b8-a8ed-9b8ab3242166</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Again, please answer the question, what do you plan to do with mesh advertising ? Is it for GATT Proxy role or it&amp;#39;s for PB-GATT ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyway I provided an example here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53837/including-nrf5-sdk-for-mesh-functionality-in-an-nrf5-sdk-example/235538#235538"&gt;devzone.nordicsemi.com/.../235538&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253976?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 09:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15971ee6-1243-4ddd-a515-f66e25ccb72e</guid><dc:creator>dk_07</dc:creator><description>&lt;p&gt;Yes, your right. Now, &amp;#39;I can see only Nordic_UART being advertised. So, ble_app_uart_coexist example advertises only UART not the Mesh one? If&amp;nbsp; I want to advertise both simultaneously, is it possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253954?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 08:16:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdc43f43-1f37-4764-96d5-34c127770523</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Most likely it was cached because of the last firmware you flashed on the board, the phone cached the advertising packet for it. Turn on and off Bluetooth on the phone can clear this. If not please check a screenshot of what you see on the phone, and show us the advertising data you see on the phone.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253867?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 15:54:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54105a18-24fe-4815-95d6-6eed4b07e59d</guid><dc:creator>dk_07</dc:creator><description>&lt;p&gt;In ble_app_uart coexist example,&amp;nbsp; I uanble to understand, Why am I able to see Mesh Client&amp;nbsp; in nrf_connect app? Is it because of default setting while initialising mesh or something else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253828?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 13:51:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a69390f4-3163-4dba-a61c-74e16b32996a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Please clarify what exactly you mean by &amp;quot;GAP name set for mesh&amp;quot; ? Is it GATT Proxy role you are talking about or it&amp;#39;s the PB-GATT (provisioning via phone) ?&lt;br /&gt;If the device doesn&amp;#39;t support GATT or PB-GATT there is no point of setting &amp;quot;GAP name&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253815?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 13:24:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe2eda10-4c9e-4814-aea2-231db342fe9c</guid><dc:creator>dk_07</dc:creator><description>&lt;p&gt;Hi Hung Bai,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I have not done any modification to the example and the example works without any problem. I just want to know how is GAP Name set for mesh in coexist example without GATT support?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE app uart coexist example: How to change "Mesh Client" advertising name in mesh part?</title><link>https://devzone.nordicsemi.com/thread/253808?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 13:08:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27aac11f-0e4a-41ea-b623-bc3a01a22ed1</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Deepa,&amp;nbsp;&lt;br /&gt;Could you let me know if you have made any modification to the ble_app_uart_coexist application ?&amp;nbsp;&lt;br /&gt;As far as I know the default co-exist application doesn&amp;#39;t has any GATT support. What do you have when you connect to the Mesh Client ? Can do provision it ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>