nrfble.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2017-2018 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #include "net/netdev.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
30 #define NRFBLE_CHAN_MIN (0U)
31 #define NRFBLE_CHAN_MAX (39U)
37 #define NRFBLE_TXPOWER_DEFAULT (0) /* 0dBm */
38 
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
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:365