<?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>nrf52 S132 serialization 128bit advertising issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15221/nrf52-s132-serialization-128bit-advertising-issue</link><description>Hello,
I followed the example for doing 128 bit UUID advertising using ble_app_uart example. The problem is, this seems to work if I run it when the radio and controller are the same device. However, when I run the example porting over to a serialized</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Jul 2016 11:59:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15221/nrf52-s132-serialization-128bit-advertising-issue" /><item><title>RE: nrf52 S132 serialization 128bit advertising issue</title><link>https://devzone.nordicsemi.com/thread/58136?ContentTypeID=1</link><pubDate>Mon, 25 Jul 2016 11:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ebd2ffc-c922-48ba-841b-4a8e1ab27016</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The base UUID for the 128-bit UUID is added to the SoftDevice inside services_init(). This base is not available if you call advertising_init() first.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 S132 serialization 128bit advertising issue</title><link>https://devzone.nordicsemi.com/thread/58135?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2016 16:04:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c459dba-2ef4-41cf-a88d-1a58b8783879</guid><dc:creator>Rup</dc:creator><description>&lt;p&gt;Found out the issue. I ported most of the code to HRS_SER from APP_UART. The HRS_SER initialized advertising_init before services_init but app_uart does the opposite with services_init called after advertising_init. &lt;strong&gt;Looks like for 128-bit UUIDs you need to initialize services before doing advertising_init but not for 2 byte UUIDs&lt;/strong&gt;.
My suggestion would be to make the examples consistent with the order of initialization :)
Also, I was able to use both uuids_complete and scanrsp_uuids. I just shorterned the name for Nordic_UART since doesn&amp;#39;t fit in 31 bytes with 16 bytes uuid.
Thanks for you help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 S132 serialization 128bit advertising issue</title><link>https://devzone.nordicsemi.com/thread/58134?ContentTypeID=1</link><pubDate>Wed, 20 Jul 2016 11:00:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d490942f-8307-460c-bc69-13d7cd262945</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I just tried adding the the NUS 128-bit UUID to ble_app_hrs_ser, using serialization over UART. Seems to be working fine, had to use a scan response though. I tested with SDK 11 and S132 v2. Maybe you could uplaod your application so I can test it here? What serialization did you use? What SDK and SoftDevice version?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>