Zephyr Project API
3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
>
15
struct
bt_conn;
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
27
int
smp_bt_register
(
void
);
28
34
int
smp_bt_unregister
(
void
);
35
46
int
smp_bt_notify
(
struct
bt_conn *conn,
const
void
*
data
,
uint16_t
len);
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
types.h
smp_bt_notify
int smp_bt_notify(struct bt_conn *conn, const void *data, uint16_t len)
Transmits an SMP command/response over the specified Bluetooth connection as a notification.
smp_bt_register
int smp_bt_register(void)
Registers the SMP Bluetooth service.
smp_bt_unregister
int smp_bt_unregister(void)
Unregisters the SMP Bluetooth service.
uint16_t
__UINT16_TYPE__ uint16_t
Definition
stdint.h:89
data
static fdata_t data[2]
Definition
test_fifo_contexts.c:15
include
zephyr
mgmt
mcumgr
transport
smp_bt.h
Generated on Sun Sep 15 2024 17:01:30 for Zephyr Project API by
1.9.8