<?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>Central Address Resolution characteristic</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77110/central-address-resolution-characteristic</link><description>Hi there! 
 According to the Bluetooth specification (Version 5.2, Vol 3, Part C, 12 GAP service and characteristics for GATT server) the &amp;#39;Central Address Resolution&amp;#39; characteristic (0x2AA6) is optional for the a Peripheral device: 
 
 However, even using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Jul 2021 09:01:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77110/central-address-resolution-characteristic" /><item><title>RE: Central Address Resolution characteristic</title><link>https://devzone.nordicsemi.com/thread/318742?ContentTypeID=1</link><pubDate>Tue, 06 Jul 2021 09:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bda3b985-fc1c-4e66-8769-1dc3468623c0</guid><dc:creator>Mario Amigot</dc:creator><description>&lt;p&gt;Ok, I found the solution:&lt;/p&gt;
&lt;p&gt;Including this code:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;ble_cfg_t ble_cfg;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;ble_cfg.gap_cfg.car_include_cfg.include_cfg = BLE_GAP_CHAR_INCL_CONFIG_EXCLUDE_WITHOUT_SPACE;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;sd_ble_cfg_set(BLE_GAP_CFG_CAR_INCL_CONFIG, &amp;amp;ble_cfg, ram_start);&lt;/p&gt;
&lt;p&gt;before calling:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;sd_ble_enable(&amp;amp;ram_start);&lt;/p&gt;
&lt;p&gt;CAR characteristic does not appear under Generic Access anymore.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>