Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
47
netdev_t
*
nrfble_setup
(
void
);
48
49
#ifdef __cplusplus
50
}
51
#endif
52
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:364
Generated on Mon Jun 30 2025 18:46:45 by
1.9.1