Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <stdint.h>
#include <string.h>
#include "boards.h"
#include "app_print.h"
#include "debug.h"
#include "ptu.h"
#include "softdevice_handler.h"
#include "ptu_config.h"
#include "app_util_platform.h"
#include "nrf_nvic.h"
#include "common_hal_buttons.h"
Go to the source code of this file.
Macros | |
#define | CENTRAL_LINK_COUNT 8 |
#define | PERIPHERAL_LINK_COUNT 0 |
Functions | |
static void | m_ble_evt_dispatch (ble_evt_t *p_evt) |
Dispatches BLE events to all profiles. More... | |
static void | m_ble_stack_init (void) |
Initialize the BLE sofdevice and IRQ handler. | |
int | main () |
Application. | |