Loading...
Searching...
No Matches
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
19
20#include "net/netdev.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
30#define NRFBLE_CHAN_MIN (0U)
31#define NRFBLE_CHAN_MAX (39U)
33
37#define NRFBLE_TXPOWER_DEFAULT (0) /* 0dBm */
38
45
46#ifdef __cplusplus
47}
48#endif
49
Definitions low-level network driver interface.
struct netdev netdev_t
Forward declaration for netdev struct.
Definition netdev.h:288
netdev_t * nrfble_setup(void)
Setup the device driver's data structures.