<?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 to add a custom characteristic to a standard BLE service?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69895/how-to-add-a-custom-characteristic-to-a-standard-ble-service</link><description>Hi, 
 Is it possible to add a custom characteristic to a standard BLE service? I wish to add a CO monitor with ESS (0x 181A ). If yes, how to add a 128 bit UUID with this service? As per the tutorial provided in the link ( https://github.com/NordicPlayground</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Dec 2020 09:07:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69895/how-to-add-a-custom-characteristic-to-a-standard-ble-service" /><item><title>RE: How to add a custom characteristic to a standard BLE service?</title><link>https://devzone.nordicsemi.com/thread/286797?ContentTypeID=1</link><pubDate>Tue, 29 Dec 2020 09:07:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:151c909b-e405-4f3f-b6d1-97c1a400416a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is possible to add a characteristic with a 128 bit vendor UUID base to a 16 bit UUID service. To do this, you first need to add your custom uuid base through &lt;span&gt;&lt;a title="sd_ble_uuid_vs_add" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.2.0/group___b_l_e___c_o_m_m_o_n___f_u_n_c_t_i_o_n_s.html?cp=4_7_3_1_2_0_2_2_8#ga265b4251110a15120d0aa97e5152163b"&gt;sd_ble_uuid_vs_add&lt;/a&gt;&lt;/span&gt;(), then reference this UUID base when adding your custom characteristic.&lt;/p&gt;
&lt;p&gt;And remember that you need to increment the NRF_SDH_BLE_VS_UUID_COUNT setting in sdk_config adding whenever you add a new 128 bit base UUID. &lt;span&gt;&lt;a title="sd_ble_uuid_vs_add" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.2.0/group___b_l_e___c_o_m_m_o_n___f_u_n_c_t_i_o_n_s.html?cp=4_7_3_1_2_0_2_2_8#ga265b4251110a15120d0aa97e5152163b"&gt;sd_ble_uuid_vs_add&lt;/a&gt;&lt;/span&gt;() will return a no memory error if you forget this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>