This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Make Nordic NRF52840DK as Server while other BLE Transmitter as client.

Hi Team,

We are trying to make Nordic NRF52840DK board to act as a server (BLE ) where as we are trying to connect other board (Not the Nordic chip) has only transmitter but unable to do it.

Tried with example "ble_app_gatts" by changing MAC address with other device's MAC (Peripheral-Device Identification Unique 48 Bit Device ID).

Kindly suggest best possible steps.

Parents
  • We need some more information.

    1. What is it that you're trying to do exactly? Can you rephrase your use-case?

    2. What is it that you have done to achieve said use-case?

    3. What behavior do you expect to see, and what behavior do you observe? 
  • Hi 

    We have NRF52840DK board, trying to make it as Server; acting as bluetooth gateway that will connect to many clients; these clients will have only transmitter (neither have receiver, nor have Nordic Chip-set).   

    As soon as Client transmit first message (only message)(e.g. advertise), this message shall be enough to indicate that an event has occurred  to the NRF52840DK board that is acting as bluetooth gateway(server), No other handshake message (scan response etc.) shall be triggered or received. Because client has only transmitter.

    How can we configure  NRF52840DK board as server that shall give a call-back function when first message (e.g.advertise) is received by stack and server can extract payload of first message.

    Hope it has cleared the use-case and requirements.

  • If you only need to receive BLE advertisements then you need to start a scan with sd_ble_gap_scan_start and wait for an BLE_GAP_EVT_ADV_REPORT

  • Hi 

    Can you share a test stub on how to implement  sd_ble_gap_scan_start. or refer to any example. 

    As i have tried to implement sd_ble_gap_scan_start on ble_app_gatts example

    got <error> app: Fatal error
    <warning> app: System reset

    Program control reaches to NRF_BREAKPOINT_COND; in app_weak_error.c file.

  • You can view any of the BLE client examples in the SDK for how to use scanning.

  • Hi 

    As we are working to achieve client server architecture with client (transmitter only) i have edited following code.

    Now i want your input on two points.

    1) we have observed BLE_GAP_EVT_ADV_REPORT  as soon as scan starts while client has not initiated any message. Kindly help me to debug from where this event is received. 

    2) After receiving BLE_GAP_EVT_ADV_REPORT  till TIMEOUT event no other advertise message is observed while client is sending advertise.  Kindly help to know data associated with it or how to extract MAC or any unique id to know that advertise is received with desired client. Or list of client trying to connect to server.

    OUTPUT::

    [2019-11-19_17:24:02:062]<info> app_timer: RTC: initialized.
    [2019-11-19_17:24:02:062]<info> app: [ ::393] --> ble_stack_init
    [2019-11-19_17:24:02:062]<info> app: [ ::678] --> gatt_init
    [2019-11-19_17:24:02:062]<info> app: Start scanning...
    [2019-11-19_17:24:02:062]<info> app: [ ::810] --> scanning_start
    [2019-11-19_17:24:02:062]<info> app: [ ::821] --> scanning_start :: scan_start
    [2019-11-19_17:24:02:062]<info> app: [ ::613] --> scan_start
    [2019-11-19_17:24:02:085]<debug> ble_scan: Scanning parameters have been changed successfully
    [2019-11-19_17:24:02:085]<info> app: [ ::233] --> ble_evt_handler
    [2019-11-19_17:24:02:085]<info> app: [ ::238] --> Switch Case :: 29
    [2019-11-19_17:24:02:085]<info> app: [ ::292] --> BLE_GAP_EVT_ADV_REPORT
    [2019-11-19_17:24:02:085]<info> app: [ ::294] --> Buffer Value
    [2019-11-19_17:24:02:108]<info> app: 1E
    [2019-11-19_17:24:02:108]<info> app: FF ÿ
    [2019-11-19_17:24:02:108]<info> app: 06
    [2019-11-19_17:24:02:108]<info> app: 00
    [2019-11-19_17:24:02:108]<info> app: 01
    [2019-11-19_17:24:02:108]<info> app: 09
    [2019-11-19_17:24:02:108]<info> app: 20
    [2019-11-19_17:24:02:108]<info> app: 02
    [2019-11-19_17:24:02:108]<info> app: A6 ¦
    [2019-11-19_17:24:02:108]<info> app: 38 8
    [2019-11-19_17:24:02:108]<info> app: 7D }
    [2019-11-19_17:24:02:131]<info> app: 32 2
    [2019-11-19_17:24:02:131]<info> app: DE Þ
    [2019-11-19_17:24:02:131]<info> app: FB û
    [2019-11-19_17:24:02:131]<info> app: 86 †
    [2019-11-19_17:24:02:131]<info> app: A4 ¤
    [2019-11-19_17:24:02:131]<info> app: A9 ©
    [2019-11-19_17:24:02:131]<info> app: 05
    [2019-11-19_17:24:02:131]<info> app: BE ¾
    [2019-11-19_17:24:02:131]<info> app: A4 ¤
    [2019-11-19_17:24:02:131]<info> app: 4A J
    [2019-11-19_17:24:02:131]<info> app: B9 ¹
    [2019-11-19_17:24:02:181]<info> app: 0F
    [2019-11-19_17:24:02:181]<info> app: 2F /
    [2019-11-19_17:24:02:181]<info> app: C8 È
    [2019-11-19_17:24:02:181]<info> app: 88 ˆ
    [2019-11-19_17:24:02:181]<info> app: A1 ¡
    [2019-11-19_17:24:02:181]<info> app: 7C |
    [2019-11-19_17:24:02:181]<info> app: 1A
    [2019-11-19_17:24:02:181]<info> app: 6F o
    [2019-11-19_17:24:02:181]<info> app: 8D ÂŤ
    [2019-11-19_17:24:32:015]<debug> ble_scan: BLE_GAP_SCAN_TIMEOUT
    [2019-11-19_17:24:32:015]<info> app: [ ::233] --> ble_evt_handler
    [2019-11-19_17:24:32:015]<info> app: [ ::238] --> Switch Case :: 27
    [2019-11-19_17:24:32:015]<info> app: [ ::258] --> BLE_GAP_EVT_TIMEOUT
    [2019-11-19_17:24:32:015]<info> app: [ ::613] --> scan_start
    [2019-11-19_17:24:32:015]<debug> ble_scan: Scanning parameters have been changed successfully
    [2019-11-19_17:24:32:038]<info> app: [ ::233] --> ble_evt_handler
    [2019-11-19_17:24:32:038]<info> app: [ ::238] --> Switch Case :: 29
    [2019-11-19_17:24:32:038]<info> app: [ ::292] --> BLE_GAP_EVT_ADV_REPORT
    [2019-11-19_17:24:32:038]<info> app: [ ::294] --> Buffer Value
    [2019-11-19_17:24:32:038]<info> app: 1E
    [2019-11-19_17:24:32:038]<info> app: FF ÿ
    [2019-11-19_17:24:32:061]<info> app: 06
    [2019-11-19_17:24:32:061]<info> app: 00
    [2019-11-19_17:24:32:061]<info> app: 01
    [2019-11-19_17:24:32:061]<info> app: 09
    [2019-11-19_17:24:32:061]<info> app: 20
    [2019-11-19_17:24:32:061]<info> app: 02
    [2019-11-19_17:24:32:061]<info> app: F3 ó
    [2019-11-19_17:24:32:061]<info> app: 3B ;
    [2019-11-19_17:24:32:061]<info> app: E3 ã
    [2019-11-19_17:24:32:061]<info> app: 62 b
    [2019-11-19_17:24:32:061]<info> app: E0 à
    [2019-11-19_17:24:32:061]<info> app: A3 £
    [2019-11-19_17:24:32:084]<info> app: 2D -
    [2019-11-19_17:24:32:084]<info> app: B1 ±
    [2019-11-19_17:24:32:084]<info> app: 49 I
    [2019-11-19_17:24:32:084]<info> app: 56 V
    [2019-11-19_17:24:32:084]<info> app: EC ì
    [2019-11-19_17:24:32:084]<info> app: 37 7
    [2019-11-19_17:24:32:084]<info> app: 28 (
    [2019-11-19_17:24:32:084]<info> app: 9A š
    [2019-11-19_17:24:32:084]<info> app: 63 c
    [2019-11-19_17:24:32:084]<info> app: 5E ^
    [2019-11-19_17:24:32:084]<info> app: 17
    [2019-11-19_17:24:32:084]<info> app: EE î
    [2019-11-19_17:24:32:128]<info> app: 09
    [2019-11-19_17:24:32:128]<info> app: 64 d
    [2019-11-19_17:24:32:128]<info> app: 78 x
    [2019-11-19_17:24:32:128]<info> app: B8 ¸
    [2019-11-19_17:24:32:128]<info> app: D7 ×

    /**
     * Copyright (c) 2017 - 2019, Nordic Semiconductor ASA
     *
     * All rights reserved.
     *
     * Redistribution and use in source and binary forms, with or without modification,
     * are permitted provided that the following conditions are met:
     *
     * 1. Redistributions of source code must retain the above copyright notice, this
     *    list of conditions and the following disclaimer.
     *
     * 2. Redistributions in binary form, except as embedded into a Nordic
     *    Semiconductor ASA integrated circuit in a product or a software update for
     *    such product, must reproduce the above copyright notice, this list of
     *    conditions and the following disclaimer in the documentation and/or other
     *    materials provided with the distribution.
     *
     * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
     *    contributors may be used to endorse or promote products derived from this
     *    software without specific prior written permission.
     *
     * 4. This software, with or without modification, must only be used with a
     *    Nordic Semiconductor ASA integrated circuit.
     *
     * 5. Any software provided in binary form under this license must not be reverse
     *    engineered, decompiled, modified and/or disassembled.
     *
     * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
     * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
     * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
     * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
     * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
     * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     *
     */
    
    /** @brief GATT Service server example application main file.
    
        @details This file contains the main source code for a sample server application that uses the
                 GATT Service. This client can be used to send Service Changed indications. This is
                 needed if your application changes its GATT tables by removing or adding
                 services. If we send a Service Changed indication, a typical action is for the peer
                 device to rediscover the services of our GATT database.
    
                 For more information about the GATT Service, see "Defined Generic Attribute Profile Service"
                 in Bluetooth Specification Version 5.0 Vol 3, Part G Section 7.
    */
    
    #include <stdint.h>
    #include <stdio.h>
    #include <string.h>
    #include "nordic_common.h"
    #include "nrf_sdm.h"
    #include "ble.h"
    #include "ble_hci.h"
    #include "ble_srv_common.h"
    #include "nrf_sdh.h"
    #include "nrf_sdh_ble.h"
    #include "nrf_sdh_soc.h"
    #include "app_util.h"
    #include "app_error.h"
    #include "app_util.h"
    #include "app_timer.h"
    #include "bsp_btn_ble.h"
    #include "peer_manager.h"
    #include "peer_manager_handler.h"
    #include "fds.h"
    #include "nrf_fstorage.h"
    #include "ble_conn_state.h"
    #include "nrf_ble_gatt.h"
    #include "nrf_ble_scan.h"
    #include "nrf_pwr_mgmt.h"
    
    #include "nrf_log.h"
    #include "nrf_log_ctrl.h"
    #include "nrf_log_default_backends.h"
    #include <ble_conn_params.h>
    
    
    #define APP_BLE_CONN_CFG_TAG      1                                /**< A tag identifying the SoftDevice BLE configuration. */
    #define APP_BLE_OBSERVER_PRIO     3                                /**< Application's BLE observer priority. You shouldn't need to modify this value. */
    #define APP_SOC_OBSERVER_PRIO     1                                /**< Applications' SoC observer priority. You shouldn't need to modify this value. */
    
    #define SEC_PARAM_BOND            1                                /**< Perform bonding. */
    #define SEC_PARAM_MITM            0                                /**< Man In The Middle protection not required. */
    #define SEC_PARAM_LESC            0                                /**< LE Secure Connections not enabled. */
    #define SEC_PARAM_KEYPRESS        0                                /**< Keypress notifications not enabled. */
    #define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE             /**< No I/O capabilities. */
    #define SEC_PARAM_OOB             0                                /**< Out Of Band data not available. */
    #define SEC_PARAM_MIN_KEY_SIZE    7                                /**< Minimum encryption key size. */
    #define SEC_PARAM_MAX_KEY_SIZE    16                               /**< Maximum encryption key size. */
    
    #define SCAN_DURATION_WITELIST    3000                             /**< Duration of the scanning in units of 10 milliseconds. */
    
    #define TARGET_UUID               BLE_UUID_GATT                    /**< Target device name that application is looking for. */
    
    
    /**@brief Variable length data encapsulation in terms of length and pointer to data */
    typedef struct
    {
        uint8_t * p_data;   /**< Pointer to data. */
        uint16_t  data_len; /**< Length of data. */
    }data_t;
    
    NRF_BLE_GATT_DEF(m_gatt);                                 /**< GATT module instance. */
    NRF_BLE_SCAN_DEF(m_scan);                                 /**< Scanning Module instance. */
    
    static uint16_t              m_conn_handle;               /**< Current connection handle. */
    static bool                  m_whitelist_disabled;        /**< True if whitelist has been temporarily disabled. */
    static bool                  m_memory_access_in_progress; /**< Flag to keep track of ongoing operations on persistent memory. */
    static bool                  m_erase_bonds;               /**< Bool to determine if bonds should be erased before scanning starts. Based on button push upon startup. */
    
    static uint8_t scan_buffer_data[BLE_GAP_SCAN_BUFFER_MIN];
    static ble_data_t             m_ble_data={scan_buffer_data,BLE_GAP_SCAN_BUFFER_MIN};
    
    
    //static uint8_t scan_buffer_data[BLE_GAP_SCAN_BUFFER_EXTENDED_MIN];
    //static ble_data_t             m_ble_data={scan_buffer_data,BLE_GAP_SCAN_BUFFER_EXTENDED_MIN};
    
    
    
    /**< Scan parameters requested for scanning and connection. */
    // BLE_GAP_SCAN_FP_ACCEPT_ALL BLE_GAP_SCAN_FP_ALL_NOT_RESOLVED_DIRECTED
    static ble_gap_scan_params_t const m_scan_param =
    {
        .active        = 0x01,
        .interval      = NRF_BLE_SCAN_SCAN_INTERVAL,
        .window        = NRF_BLE_SCAN_SCAN_WINDOW,   //,
        .filter_policy = BLE_GAP_SCAN_FP_ALL_NOT_RESOLVED_DIRECTED  ,          
        .timeout       = SCAN_DURATION_WITELIST,
        .scan_phys     = BLE_GAP_PHY_1MBPS,
    };
    
    static void scan_start(void);
    static void delete_bonds(void);
    
    static char const m_target_periph_name[] = "Nordic_GATTS"; /**< If you want to connect to a peripheral using a given advertising name, type its name here. */
    static bool       is_connect_per_addr    = false;          /**< If you want to connect to a peripheral with a given address, set this to true and put the correct address in the variable below. */
    
    static ble_gap_addr_t const m_target_periph_addr =
    {
        /* Possible values for addr_type:
           BLE_GAP_ADDR_TYPE_PUBLIC,
           BLE_GAP_ADDR_TYPE_RANDOM_STATIC,
           BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE,
           BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE. */
          .addr_type = BLE_GAP_ADDR_TYPE_RANDOM_STATIC,
          //.addr      = {0x8D, 0xFE, 0x23, 0x86, 0x77, 0xD9}
          .addr      = {0xE2, 0x15, 0x00, 0x01, 0x2F, 0xA3}
    };
    
    /**@brief Function for asserts in the SoftDevice.
     *
     * @details This function will be called in case of an assert in the SoftDevice.
     *
     * @warning This handler is an example only and does not fit a final product. You need to analyze
     *          how your product is supposed to react in case of Assert.
     * @warning On assert from the SoftDevice, the system can only recover on reset.
     *
     * @param[in] line_num     Line number of the failing ASSERT call.
     * @param[in] p_file_name  File name of the failing ASSERT call.
     */
    void assert_nrf_callback(uint16_t line_num, const uint8_t * p_file_name)
    {
        app_error_handler(0xDEADBEEF, line_num, p_file_name);
    }
    
    
    /**@brief Function for handling Peer Manager events.
     *
     * @param[in] p_evt  Peer Manager event.
     */
    static void pm_evt_handler(pm_evt_t const * p_evt)
    {
        pm_handler_on_pm_evt(p_evt);
        pm_handler_disconnect_on_sec_failure(p_evt);
        pm_handler_flash_clean(p_evt);
    
        switch (p_evt->evt_id)
        {
            case PM_EVT_PEERS_DELETE_SUCCEEDED:
                scan_start();
                break;
    
            default:
                break;
        }
    }
    
    
    /**
     * @brief Function for shutdown events.
     *
     * @param[in]   event       Shutdown type.
     */
    static bool shutdown_handler(nrf_pwr_mgmt_evt_t event)
    {
        ret_code_t err_code;
    
        err_code = bsp_indication_set(BSP_INDICATE_IDLE);
        APP_ERROR_CHECK(err_code);
    
        switch (event)
        {
            case NRF_PWR_MGMT_EVT_PREPARE_WAKEUP:
                // Prepare wakeup buttons.
                err_code = bsp_btn_ble_sleep_mode_prepare();
                APP_ERROR_CHECK(err_code);
                break;
    
            default:
                break;
        }
    
        return true;
    }
    
    
    NRF_PWR_MGMT_HANDLER_REGISTER(shutdown_handler, APP_SHUTDOWN_HANDLER_PRIORITY);
    
    
    /**@brief Function for handling BLE events.
     *
     * @param[in]   p_ble_evt   Bluetooth stack event.
     * @param[in]   p_context   Unused.
     */
    static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context)
    {
        NRF_LOG_INFO("[ ::%d] --> ble_evt_handler ", __LINE__);
        ret_code_t            err_code;
        ble_gap_evt_t const * p_gap_evt = &p_ble_evt->evt.gap_evt;
    
        pm_handler_secure_on_connection(p_ble_evt);
        NRF_LOG_INFO("[ ::%d] --> Switch Case :: %d ",__LINE__, p_ble_evt->header.evt_id);
        switch (p_ble_evt->header.evt_id)
        {
            
            
            case BLE_GAP_EVT_CONNECTED:
            {
                NRF_LOG_INFO("[ ::%d] --> BLE_GAP_EVT_CONNECTED ", __LINE__);
                m_conn_handle = p_gap_evt->conn_handle;
                err_code      = bsp_indication_set(BSP_INDICATE_CONNECTED);
                APP_ERROR_CHECK(err_code);
    
                if (ble_conn_state_central_conn_count() < NRF_SDH_BLE_CENTRAL_LINK_COUNT)
                {
                    scan_start();
                }
            } break;
    
            case BLE_GAP_EVT_TIMEOUT:
            {
                NRF_LOG_INFO("[ ::%d] --> BLE_GAP_EVT_TIMEOUT ", __LINE__);
                if (p_gap_evt->params.timeout.src == BLE_GAP_TIMEOUT_SRC_CONN)
                {
                    NRF_LOG_DEBUG("Connection Request timed out.");
                }
                scan_start();
            } break;
    
            case BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST:
            {
                NRF_LOG_INFO("[ ::%d] --> BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST ", __LINE__);
                // Accepting parameters requested by peer.
                err_code = sd_ble_gap_conn_param_update(p_gap_evt->conn_handle,
                                                        &p_gap_evt->params.conn_param_update_request.conn_params);
                APP_ERROR_CHECK(err_code);
            } break;
    
            case  BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST:
            {
                
                NRF_LOG_INFO("[ ::%d] --> BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST ", __LINE__);
    
                break;
            }
            case  BLE_GAP_EVT_CONN_PARAM_UPDATE:
            {
                
                NRF_LOG_INFO("[ ::%d] --> BLE_GAP_EVT_CONN_PARAM_UPDATE ", __LINE__);
    
                break;
            }
            case  BLE_GAP_EVT_ADV_REPORT:
            {
                
                NRF_LOG_INFO("[ ::%d] --> BLE_GAP_EVT_ADV_REPORT ", __LINE__);
    
                NRF_LOG_INFO("[ ::%d] --> Buffer Value ", __LINE__);
                for(int i=0;i<31;i++)
                {
                   NRF_LOG_INFO("%02X    %c", scan_buffer_data[i],scan_buffer_data[i]); 
                }
    
                //NRF_LOG_INFO("[ ::%d] --> Status :: %d  0-Complete,1-Incomplete,2-Truncate,3-Missed ", __LINE__);
               // NRF_LOG_INFO("[ ::%d] --> PM_EVT_PEERS_DELETE_SUCCEEDED  ", __LINE__);
                // Scan is started by the PM_EVT_PEERS_DELETE_SUCCEEDED event.
               // delete_bonds();
                break;
            }
            
            case BLE_GAP_EVT_DISCONNECTED:
            {
                NRF_LOG_INFO("Disconnected. conn_handle: 0x%x, reason: 0x%x",
                             p_gap_evt->conn_handle,
                             p_gap_evt->params.disconnected.reason);
    
                if (ble_conn_state_central_conn_count() < NRF_SDH_BLE_CENTRAL_LINK_COUNT)
                {
                    scan_start();
                }
            } break;
    
            case BLE_GAP_EVT_PHY_UPDATE_REQUEST:
            {
                NRF_LOG_INFO("PHY update request.");
                ble_gap_phys_t const phys =
                {
                    .rx_phys = BLE_GAP_PHY_AUTO,
                    .tx_phys = BLE_GAP_PHY_AUTO,
                };
                err_code = sd_ble_gap_phy_update(p_ble_evt->evt.gap_evt.conn_handle, &phys);
                APP_ERROR_CHECK(err_code);
            } break;
    
            case BLE_GATTC_EVT_TIMEOUT:
            {
                // Disconnect on GATT Client timeout event.
                NRF_LOG_INFO("GATT Client Timeout.");
                err_code = sd_ble_gap_disconnect(p_ble_evt->evt.gattc_evt.conn_handle,
                                                 BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);
                APP_ERROR_CHECK(err_code);
            } break;
    
            case BLE_GATTS_EVT_TIMEOUT:
            {
                // Disconnect on GATT Server timeout event.
                NRF_LOG_INFO("GATT Server Timeout.");
                err_code = sd_ble_gap_disconnect(p_ble_evt->evt.gatts_evt.conn_handle,
                                                 BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);
                APP_ERROR_CHECK(err_code);
            } break;
    
            default:
              NRF_LOG_INFO("[ ::%d] --> ble_evt_handler : default ::%d",__LINE__,p_ble_evt->header.evt_id);
                break;
        }
    }
    
    
    
    
    /**@brief Function for initializing the BLE stack.
     *
     * @details Initializes the SoftDevice and the BLE event interrupt.
      */
    static void ble_stack_init(void)
    {
        NRF_LOG_INFO("[ ::%d] --> ble_stack_init ", __LINE__);
        ret_code_t err_code;
    
        err_code = nrf_sdh_enable_request();
        APP_ERROR_CHECK(err_code);
    
        // Configure the BLE stack using the default settings.
        // Fetch the start address of the application RAM.
        uint32_t ram_start = 0;
        err_code = nrf_sdh_ble_default_cfg_set(APP_BLE_CONN_CFG_TAG, &ram_start);
        APP_ERROR_CHECK(err_code);
    
        // Enable BLE stack.
        err_code = nrf_sdh_ble_enable(&ram_start);
        APP_ERROR_CHECK(err_code);
    
        // Register handlers for BLE and SoC events.
        NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, NULL);
        //NRF_SDH_SOC_OBSERVER(m_soc_observer, APP_SOC_OBSERVER_PRIO, soc_evt_handler, NULL);
    }
    
    
    
    
    /**@brief Function for handling events from the BSP module.
     *
     * @param[in]   event   Event generated by button press.
     */
    void bsp_event_handler(bsp_event_t event)
    {
        NRF_LOG_INFO("[ ::%d] --> bsp_event_handler ", __LINE__);
        ret_code_t err_code;
    
        switch (event)
        {
            case BSP_EVENT_SLEEP:
                NRF_LOG_INFO("[ ::%d] --> BSP_EVENT_SLEEP ", __LINE__);
                nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
                break;
    
            case BSP_EVENT_DISCONNECT:
                NRF_LOG_INFO("[ ::%d] --> BSP_EVENT_DISCONNECT ", __LINE__);
                err_code = sd_ble_gap_disconnect(m_conn_handle,
                                                 BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION);
                if (err_code != NRF_ERROR_INVALID_STATE)
                {
                    APP_ERROR_CHECK(err_code);
                }
                break;
    
            case BSP_EVENT_WHITELIST_OFF:
                NRF_LOG_INFO("[ ::%d] --> BSP_EVENT_WHITELIST_OFF ", __LINE__);
                whitelist_disable();
                break;
    
            case BSP_EVENT_KEY_2:
                NRF_LOG_INFO("[ ::%d] --> BSP_EVENT_KEY_2 ", __LINE__);
                // Note that to simplify this example, we are not actually making any changes to our
                // database (Which is normally when you would want to send this indication).
                // Acting upon this indication (doing a rediscovery) is pointless for the peer.
                pm_local_database_has_changed();
                break;
            default:
                NRF_LOG_INFO("[ ::%d] --> bsp_event_handler:default ", __LINE__);
                break;
        }
    }
    
    
    /**@brief Function for the Peer Manager initialization.
     *
     * @param[in] erase_bonds  Indicates whether bonding information should be cleared from
     *                         persistent storage during initialization of the Peer Manager.
     */
    static void peer_manager_init()
    {
        ble_gap_sec_params_t sec_param;
        ret_code_t           err_code;
    
        err_code = pm_init();
        APP_ERROR_CHECK(err_code);
    
        memset(&sec_param, 0, sizeof(ble_gap_sec_params_t));
    
        // Security parameters to be used for all security procedures.
        sec_param.bond           = SEC_PARAM_BOND;
        sec_param.mitm           = SEC_PARAM_MITM;
        sec_param.lesc           = SEC_PARAM_LESC;
        sec_param.keypress       = SEC_PARAM_KEYPRESS;
        sec_param.io_caps        = SEC_PARAM_IO_CAPABILITIES;
        sec_param.oob            = SEC_PARAM_OOB;
        sec_param.min_key_size   = SEC_PARAM_MIN_KEY_SIZE;
        sec_param.max_key_size   = SEC_PARAM_MAX_KEY_SIZE;
        sec_param.kdist_own.enc  = 1;
        sec_param.kdist_own.id   = 1;
        sec_param.kdist_peer.enc = 1;
        sec_param.kdist_peer.id  = 1;
    
        err_code = pm_sec_params_set(&sec_param);
        APP_ERROR_CHECK(err_code);
    
        err_code = pm_register(pm_evt_handler);
        APP_ERROR_CHECK(err_code);
    }
    
    
    /**@brief Clear bond information from persistent storage.
     */
    static void delete_bonds(void)
    {
        ret_code_t err_code;
    
        NRF_LOG_INFO("Erase bonds.");
        err_code = pm_peers_delete();
        APP_ERROR_CHECK(err_code);
    }
    
    
    /**@brief Retrive a list of peer manager peer IDs.
     *
     * @param[inout] p_peers   The buffer where to store the list of peer IDs.
     * @param[inout] p_size    In: The size of the @p p_peers buffer.
     *                         Out: The number of peers copied in the buffer.
     */
    static void peer_list_get(pm_peer_id_t * p_peers, uint32_t * p_size)
    {
        pm_peer_id_t peer_id;
        uint32_t     peers_to_copy;
    
        peers_to_copy = (*p_size < BLE_GAP_WHITELIST_ADDR_MAX_COUNT) ?
                         *p_size : BLE_GAP_WHITELIST_ADDR_MAX_COUNT;
    
        peer_id = pm_next_peer_id_get(PM_PEER_ID_INVALID);
        *p_size = 0;
    
        while ((peer_id != PM_PEER_ID_INVALID) && (peers_to_copy--))
        {
            p_peers[(*p_size)++] = peer_id;
            peer_id              = pm_next_peer_id_get(peer_id);
        }
    }
    
    
    
    
    
    
    
    /**@brief Function to start scanning.
     */
    static void scan_start(void)
    {
         NRF_LOG_INFO("[ ::%d] --> scan_start ", __LINE__);
        ret_code_t err_code;
    
        // If there is any pending write to flash, defer scanning until it completes.
        if (nrf_fstorage_is_busy(NULL))
        {
            m_memory_access_in_progress = true;
            return;
        }
    
        err_code = nrf_ble_scan_params_set(&m_scan, &m_scan_param);
        APP_ERROR_CHECK(err_code);
    
        memset(scan_buffer_data,0,31);
        err_code =sd_ble_gap_scan_start(&m_scan_param,&m_ble_data);
    
        //err_code = nrf_ble_scan_start(&m_scan);
        APP_ERROR_CHECK(err_code);
    }
    
    
    
    
    /**@brief Function for initializing logging. */
    static void log_init(void)
    {
        ret_code_t err_code = NRF_LOG_INIT(NULL);
    
        APP_ERROR_CHECK(err_code);
    
        NRF_LOG_DEFAULT_BACKENDS_INIT();
    }
    
    
    /**@brief Function for initializing the timer. */
    static void timer_init(void)
    {
        ret_code_t err_code = app_timer_init();
    
        APP_ERROR_CHECK(err_code);
    }
    
    
    /**@brief Function for initializing the GATT module. */
    static void gatt_init(void)
    {
        NRF_LOG_INFO("[ ::%d] --> gatt_init  ", __LINE__);
        ret_code_t err_code = nrf_ble_gatt_init(&m_gatt, NULL);
    
        APP_ERROR_CHECK(err_code);
    }
    
    
    /**@brief Function for initializing the power management.
     */
    static void power_management_init(void)
    {
        ret_code_t err_code;
        err_code = nrf_pwr_mgmt_init();
        APP_ERROR_CHECK(err_code);
    }
    
    
    
    
    
    
    
    
    /**@brief Function for handling the idle state (main loop).
     *
     * @details Handle any pending log operation(s), then sleep until the next event occurs.
     */
    static void idle_state_handle(void)
    {
        if (NRF_LOG_PROCESS() == false)
        {
            nrf_pwr_mgmt_run();
        }
    }
    
    
    /**@brief Function for starting a scan, or instead trigger it from peer manager (after
              deleting bonds).
    
       @param[in] p_erase_bonds Pointer to a bool to determine if bonds will be deleted before scanning.
    */
    void scanning_start(bool * p_erase_bonds)
    {
        NRF_LOG_INFO("[ ::%d] --> scanning_start  ", __LINE__);
        // Start scanning for peripherals and initiate connection
        // with devices that advertise GATT Service UUID.
        if (*p_erase_bonds == true)
        {
            NRF_LOG_INFO("[ ::%d] --> PM_EVT_PEERS_DELETE_SUCCEEDED  ", __LINE__);
            // Scan is started by the PM_EVT_PEERS_DELETE_SUCCEEDED event.
            delete_bonds();
        }
        else
        {
            NRF_LOG_INFO("[ ::%d] --> scanning_start :: scan_start ", __LINE__);
            scan_start();
        }
    }
    
    /**@brief Function for initializing all the modules used in this example application.
     */
    static void modules_init(void)
    {
        // Initialize.
        log_init();
        timer_init();
       // buttons_leds_init(&m_erase_bonds);
        //power_management_init();
        ble_stack_init();
        gatt_init();
       // peer_manager_init();
        //scan_init();
        //scan_filters_set();
    }
    
    int main(void)
    {
        ret_code_t err_code;
        // Initialize.
        modules_init();
        //whitelist_load();
       
       
        //ble_conn_state_init();
        // NRF_LOG_INFO("ble_conn_state_init");
        //sd_ble_gap_scan_stop();
       // NRF_LOG_INFO("sd_ble_gap_scan_stop");
    
        //err_code =sd_ble_gap_scan_start(&m_scan_param,&m_ble_data);
        //APP_ERROR_CHECK(err_code);
        // Start execution.
        NRF_LOG_INFO("Start scanning...");
        scanning_start(&m_erase_bonds);
    
        // Enter main loop.
        for (;;)
        {
            idle_state_handle();
        }
    }
    

  • 1. You will receive an advertising report from any BLE device that is advertising. In a regular office environment that usually means a few devices. You can use the Filters or Whitelist feature of the Scanning Module to only get advertisements from a specific Advertising Name, BLE Address(MAC), UUIDs, or Appearance. 

    2. Here's the type description of the BLE_GAP_EVT_ADV_REPORT: ble_gap_evt_adv_report_t
    This is used by the Scanning Module, but you can ofc use the information how you please. 

Reply Children
No Data
Related