Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
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
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
30
void
bt_ctlr_set_public_addr
(
const
uint8_t
*addr);
31
32
#ifdef __cplusplus
33
}
34
#endif
39
#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.
uint8_t
__UINT8_TYPE__ uint8_t
Definition:
stdint.h:58
include
bluetooth
controller.h
Generated on Sun Oct 9 2022 09:21:56 for Zephyr API Documentation by
1.9.4