Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
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
23extern "C" {
24#endif
25
33
34#ifdef __cplusplus
35}
36#endif
41#endif /* ZEPHYR_INCLUDE_BLUETOOTH_CONTROLLER_H_ */
void bt_ctlr_set_public_addr(const uint8_t *addr)
Set public address for controller.
__UINT8_TYPE__ uint8_t
Definition: stdint.h:88