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

◆ BLE_ADV_DEF

#define BLE_ADV_DEF ( instance)

#include <ble_adv.h>

Value:
static struct ble_adv instance; \
NRF_SDH_BLE_OBSERVER(ble_adv_##instance, ble_adv_on_ble_evt, &instance, HIGH)
void ble_adv_on_ble_evt(const ble_evt_t *ble_evt, void *ble_adv)
Bluetooth LE event handler for the advertising library.
Bluetooth LE advertising instance.
Definition ble_adv.h:150

Declare an instance of a Bluetooth LE advertising library.