<?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>GAP central and GATT server</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6470/gap-central-and-gatt-server</link><description>Hi: 
 I&amp;#39;m implementing an controller for an open source drone Crazyflie ( www.bitcraze.se/.../) . My device is similar to pca10001 board.
Since Crazyflie is acting as peripheral, I make my device act as GAP central (S120 1.0.0 and SDK6.1). What&amp;#39;s more</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Apr 2015 14:44:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6470/gap-central-and-gatt-server" /><item><title>RE: GAP central and GATT server</title><link>https://devzone.nordicsemi.com/thread/22569?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2015 14:44:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29b5674f-ff18-47de-a4a3-1e37e63348f5</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I would use ble_app_hrs_c project as a starting point, or maybe &lt;a href="https://github.com/NordicSemiconductor/ble_app_uart_c_S120"&gt;ble_app_uart_c&lt;/a&gt;. ble_app_uart_c uses a 128-bit vendor specific UUID, which I guess also the crtp service does.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GAP central and GATT server</title><link>https://devzone.nordicsemi.com/thread/22570?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2015 15:09:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efbee3de-a2cb-4ca9-a08f-da4672fa4ac6</guid><dc:creator>spike</dc:creator><description>&lt;p&gt;Thanks for reply and question. It seems my previous understanding is wrong. The Crazyflies is running GATT server.
Please find Crazyflie&amp;#39;s firmware of 51822 in &lt;a href="https://github.com/bitcraze/crazyflie2-nrf-firmware"&gt;github.com/.../crazyflie2-nrf-firmware&lt;/a&gt;
By. In the file ble_crazyflies.c, they claim the GATT services as below:&lt;/p&gt;
&lt;p&gt;sd_ble_gatts_service_add(BLE_GATTS_SRVC_TYPE_PRIMARY,
&amp;amp;service_uuid,
&amp;amp;service_handle);
err = sd_ble_gatts_characteristic_add(service_handle,
&amp;amp;crtp_md,
&amp;amp;crtp_attr,
&amp;amp;crtp_handle);&lt;/p&gt;
&lt;p&gt;Actually for my need, I just want to send control command to the Crazyflies via it&amp;#39;s CRTP service. In this case, I should use GATT client in my side. And I can take ble_ias_c.c as example, am I right?
Thanks!
Spike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GAP central and GATT server</title><link>https://devzone.nordicsemi.com/thread/22568?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2015 12:38:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54b662c3-2498-420c-9d3c-5930cc813e70</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Are you sure the Crazyflie is running a GATT client? What services/characteristics is it looking for on the GATT server? Do you have a spec or something you could share? I tried to have a look at your code, but it is difficult without your complete project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GAP central and GATT server</title><link>https://devzone.nordicsemi.com/thread/22571?ContentTypeID=1</link><pubDate>Tue, 14 Apr 2015 12:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e72737-6221-4de8-ae58-8d9f67ba26b3</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;We don&amp;#39;t have an example implementing a GAP central and  GATT server in our SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>