Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
controller.h
Go to the documentation of this file.
1
5
/*
6
* Copyright (c) 2018 Codecoup
7
*
8
* SPDX-License-Identifier: Apache-2.0
9
*/
10
#ifndef ZEPHYR_INCLUDE_BLUETOOTH_CONTROLLER_H_
11
#define ZEPHYR_INCLUDE_BLUETOOTH_CONTROLLER_H_
12
20
#include <
stdint.h
>
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
32
void
bt_ctlr_set_public_addr
(
const
uint8_t
*addr);
33
34
#ifdef __cplusplus
35
}
36
#endif
41
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_CONTROLLER_H_ */
bt_ctlr_set_public_addr
void bt_ctlr_set_public_addr(const uint8_t *addr)
Set public address for controller.
stdint.h
uint8_t
__UINT8_TYPE__ uint8_t
Definition:
stdint.h:88
zephyr
bluetooth
controller.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6