<?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>can ble central send data to peripheral without connection?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27657/can-ble-central-send-data-to-peripheral-without-connection</link><description>How reply without connection to advertisement packet</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Nov 2017 10:15:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27657/can-ble-central-send-data-to-peripheral-without-connection" /><item><title>RE: can ble central send data to peripheral without connection?</title><link>https://devzone.nordicsemi.com/thread/109194?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2017 10:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43532d83-b95e-4962-8267-cba971caa8fd</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;No, it cannot.&lt;/p&gt;
&lt;p&gt;The only thing it can send to the peripheral is a scan request, this can be detected in the application with the BLE_GAP_EVT_SCAN_REQ_REPORT event. It contains the peer address and the RSSI:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;typedef struct
{
  int8_t                  rssi;              /**&amp;lt; Received Signal Strength Indication in dBm. */
  ble_gap_addr_t          peer_addr;         /**&amp;lt; Bluetooth address of the peer device. If the peer_addr resolved: @ref ble_gap_addr_t::addr_id_peer is set to 1
                                                  and the address is the device&amp;#39;s identity address. */
} ble_gap_evt_scan_req_report_t;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>