Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
44
netdev_t
*
nrfble_setup
(
void
);
45
46
#ifdef __cplusplus
47
}
48
#endif
49
netdev.h
Definitions low-level network driver interface.
nrfble_setup
netdev_t * nrfble_setup(void)
Setup the device driver's data structures.
netdev
Structure to hold driver state.
Definition:
netdev.h:365
Generated on Wed Oct 1 2025 21:55:44 by
1.9.1