<?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>A challenging Problem - directed broadcast!</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14631/a-challenging-problem---directed-broadcast</link><description>static void on_adv_evt(ble_adv_evt_t ble_adv_evt)
{
uint32_t err_code; 
 switch (ble_adv_evt)
{
 case BLE_ADV_EVT_FAST:
 err_code = bsp_indication_set(BSP_INDICATE_ADVERTISING);
 APP_ERROR_CHECK(err_code);
 break;
 case BLE_ADV_EVT_IDLE:
 sleep_mode_enter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Nov 2017 10:43:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14631/a-challenging-problem---directed-broadcast" /></channel></rss>