Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
smp_bt.h File Reference

Bluetooth transport for the mcumgr SMP protocol. More...

#include <zephyr/types.h>

Go to the source code of this file.

Functions

int smp_bt_register (void)
 Registers the SMP Bluetooth service. More...
 
int smp_bt_unregister (void)
 Unregisters the SMP Bluetooth service. More...
 

Detailed Description

Bluetooth transport for the mcumgr SMP protocol.

Function Documentation

◆ smp_bt_register()

int smp_bt_register ( void  )

Registers the SMP Bluetooth service.

Returns
0 on success; negative error code on failure.

◆ smp_bt_unregister()

int smp_bt_unregister ( void  )

Unregisters the SMP Bluetooth service.

Returns
0 on success; negative error code on failure.