<?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>BLE Event ids details</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49142/ble-event-ids-details</link><description>Hello, 
 
 I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’. 
 
 As part of ble_evt_handler() I am printing in ‘default’ case as below. I am getting 18 (BLE_GAP_EVT_PHY_UPDATE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Jul 2019 14:55:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49142/ble-event-ids-details" /><item><title>RE: BLE Event ids details</title><link>https://devzone.nordicsemi.com/thread/195726?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 14:55:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d0b7d9d-3c3b-44ea-8c3d-f57905685419</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Thank you for your inputs. Now I am able to map all values&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BLE_GAP_EVT_CONN_PARAM_UPDATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 0x12 (18)&lt;br /&gt;BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST&amp;nbsp; &amp;nbsp; : 0x51 (81)&lt;br /&gt;BLE_GATTS_EVT_HVN_TX_COMPLETE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0x57 (87)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Event ids details</title><link>https://devzone.nordicsemi.com/thread/195704?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 14:17:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4f3c555-6d2c-458c-a55a-18007fa7d9fc</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;See&amp;nbsp;nRF_SDK\nRF5_SDK_15.3\components\softdevice\s132\headers\ble_ranges.h&lt;br /&gt;&lt;br /&gt;This file has defined what module uses what event ID, you must then go to the module&amp;#39;s header file to find the proper ID:&lt;br /&gt;&lt;br /&gt;An ID of 81 (0x51) is in the range of&amp;nbsp;BLE_GATTS_EVT_BASE and&amp;nbsp;BLE_GATTS_EVT_LAST, I then open ble_gatts.h and look at the definition of&amp;nbsp;BLE_GATTS_EVTS and see that 0x51 is equal to&amp;nbsp;BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>