Go to the documentation of this file.
5#ifndef LIBGULLIBLE_NIMBLE_HOST_GUARD_HPP
6#define LIBGULLIBLE_NIMBLE_HOST_GUARD_HPP
10#if !defined(CONFIG_BT_ENABLED) || CONFIG_BT_ENABLED == 0
11#error "GulliBLE: config macro CONFIG_BT_ENABLED not found, make sure you enable bluetooth!"
14#if !defined(CONFIG_BT_NIMBLE_ENABLED) || CONFIG_BT_NIMBLE_ENABLED == 0
15#error "GulliBLE: config macro CONFIG_BT_NIMBLE_ENABLED not found, make sure you enable NimBLE!"
18#include <host/ble_gap.h>
19#include <host/ble_gatt.h>
20#include <host/ble_uuid.h>