<?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>General question about the GATT concept of Control Point</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56188/general-question-about-the-gatt-concept-of-control-point</link><description>I think my question is a general question about the BLE GATT concept of &amp;quot;Control Point&amp;quot;. 1- A control point is a special characteristic. 2- A control point is a characteristic which aim is to written by a client to update a server. So through a control</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jan 2020 12:57:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56188/general-question-about-the-gatt-concept-of-control-point" /><item><title>RE: General question about the GATT concept of Control Point</title><link>https://devzone.nordicsemi.com/thread/227669?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 12:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:738d4b4e-e136-4d3a-ad09-e8011a3a6bfc</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You likely want to look into &lt;span&gt;GATTS Write Request with Authorization&lt;/span&gt;:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_t_t_s___w_r_i_t_e___r_e_q___a_u_t_h___m_s_c.html?cp=4_5_2_2_2_4_3_21"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_t_t_s___w_r_i_t_e___r_e_q___a_u_t_h___m_s_c.html?cp=4_5_2_2_2_4_3_21&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As an example you can look at&amp;nbsp;\nRF5_SDK\examples\ble_peripheral\ble_app_gls\ in specific in&amp;nbsp;ble_gls_init() for init of characteristic:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-8a55b643f6144b2d8b2cba4dc9bae515/pastedimage1578315158514v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;For usage look at implementation of on_rw_authorize_request() on&amp;nbsp;BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event in&amp;nbsp;ble_gls_on_ble_evt().&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All the above is found in ble_gls.c.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>