nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ BLE_SCAN_DEF

#define BLE_SCAN_DEF ( _name)

#include <ble_scan.h>

Value:
static struct ble_scan _name; \
NRF_SDH_BLE_OBSERVER(_name##_obs, ble_scan_on_ble_evt, &_name, HIGH)
void ble_scan_on_ble_evt(const ble_evt_t *ble_evt, void *ble_scan)
Bluetooth LE event handler for the Scanning library.
Scan library instance.
Definition ble_scan.h:419

Macro for defining a ble_scan instance.

Parameters
_nameName of the instance.