nrfble.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017-2018 Freie Universität Berlin
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
23 #include "net/netdev.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
33 #define NRFBLE_CHAN_MIN (0U)
34 #define NRFBLE_CHAN_MAX (39U)
40 #define NRFBLE_TXPOWER_DEFAULT (0) /* 0dBm */
41 
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
Definitions low-level network driver interface.
netdev_t * nrfble_setup(void)
Setup the device driver's data structures.
Structure to hold driver state.
Definition: netdev.h:364