Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
smp_bt.h
Go to the documentation of this file.
1/*
2 * Copyright Runtime.io 2018. All rights reserved.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
11#ifndef ZEPHYR_INCLUDE_MGMT_SMP_BT_H_
12#define ZEPHYR_INCLUDE_MGMT_SMP_BT_H_
13
14#include <zephyr/types.h>
15struct bt_conn;
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
27
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif
int smp_bt_register(void)
Registers the SMP Bluetooth service.
int smp_bt_unregister(void)
Unregisters the SMP Bluetooth service.