<?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>Bond and change dev name</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22182/bond-and-change-dev-name</link><description>Hi:
I want to bond and change dev name and storage.
This is my storage dev name init code: 
 void my_flash_init(void)
{

 uint32_t err_code;

 pstorage_module_param_t param;

 param.block_count = 1;
 param.block_size = NAME_SIZE;
 param.cb</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 May 2017 10:38:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22182/bond-and-change-dev-name" /><item><title>RE: Bond and change dev name</title><link>https://devzone.nordicsemi.com/thread/87200?ContentTypeID=1</link><pubDate>Mon, 22 May 2017 10:38:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a932a5ba-0492-4caa-91de-af18e9180670</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What does bonding have to do with the device name? You shouldn&amp;#39;t call pstorage_init() twice. How do you want to change the device name? How are you writing the device name to flash? Are you setting the device name anywhere? With sd_ble_gap_device_name_set()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>