<?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>softdevice - Write custom BLE advertise with custom TYPE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85295/softdevice---write-custom-ble-advertise-with-custom-type</link><description>Hello, 
 I am using the nRF52840 DK board and with Softdevice code nRF SDK 17.0.2. I am trying to write custom advertise data with custom type. 
 
 As you can see in the above screenshot. Like 0x16 and 0x09 I want to set my data to some other type for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Mar 2022 10:18:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85295/softdevice---write-custom-ble-advertise-with-custom-type" /><item><title>RE: softdevice - Write custom BLE advertise with custom TYPE</title><link>https://devzone.nordicsemi.com/thread/355988?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 10:18:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1339cc5-c7f4-4f8f-bcc6-62aee34ba522</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Neeraj,&lt;/p&gt;
&lt;p&gt;You can check out the&amp;nbsp;&lt;em&gt;ble_advdata&amp;nbsp;&lt;/em&gt;module in the&amp;nbsp;&lt;em&gt;nRF5_SDK_17.1.0_ddde560\components\ble\common\ble_advdata.c&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If you use this module, you can add the data to the corresponding member of the struct and the library will add the particular data type in the advertising packet.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevice - Write custom BLE advertise with custom TYPE</title><link>https://devzone.nordicsemi.com/thread/355693?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 05:40:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:570b28b1-8371-4188-88d3-a6b6fa6175cb</guid><dc:creator>Neeraj Dhekale</dc:creator><description>&lt;p&gt;Hello Priyanka,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I have checked both BLE services and the BLE advertising link. It is very informative and thank you so much for sharing it with me. But I guess what I am looking for, is not covered in the link. Could you please point it out for me from the above link? I have tried to implement ble_gap_privacy_params_t but it is different, in this I was able to change the MAC address of my BLE to RANDOM.&lt;/p&gt;
&lt;p&gt;I want to set BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_MORE_AVAILABLE or BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_COMPLETE type to advertising data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and regards,&lt;/p&gt;
&lt;p&gt;Neeraj Dhekale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevice - Write custom BLE advertise with custom TYPE</title><link>https://devzone.nordicsemi.com/thread/355614?ContentTypeID=1</link><pubDate>Tue, 01 Mar 2022 15:05:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fef8a7b7-22dd-49ed-aa61-686d2ccba289</guid><dc:creator>Neeraj Dhekale</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For example I want to set BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_MORE_AVAILABLE or BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_COMPLETE.&lt;/p&gt;
&lt;p&gt;Where I can set the above-defined instead of 0x16 (BLE_GAP_AD_TYPE_SERVICE_DATA)?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Neeraj Dhekale&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevice - Write custom BLE advertise with custom TYPE</title><link>https://devzone.nordicsemi.com/thread/355595?ContentTypeID=1</link><pubDate>Tue, 01 Mar 2022 14:29:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1489c613-77a4-43da-9cb0-bc39e7be6799</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Neeraj,&lt;/p&gt;
&lt;p&gt;You could take a look at the beginner&amp;#39;s tutorial for:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial"&gt;BLE Characteristics&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;BLE Services&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;BLE Advertising&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They have a detailed explanation for your query.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>