Bluetooth Mesh Private Beacon Server Model#
Bluetooth Mesh Private Beacon Server Model.
This class provides the commands and messages to interface with the Private Beacon Server Model.
Macros#
#define
sl_btmesh_cmd_private_beacon_server_init_id 0x01650028
#define
sl_btmesh_cmd_private_beacon_server_deinit_id 0x02650028
#define
sl_btmesh_rsp_private_beacon_server_init_id 0x01650028
#define
sl_btmesh_rsp_private_beacon_server_deinit_id 0x02650028
Function Documentation#
sl_btmesh_private_beacon_server_init#
sl_status_t sl_btmesh_private_beacon_server_init ()
Initialize the private beacon server.
Returns
SL_STATUS_OK if successful. Error code otherwise.
sl_btmesh_private_beacon_server_deinit#
sl_status_t sl_btmesh_private_beacon_server_deinit ()
Deinitialize the private beacon server.
Returns
SL_STATUS_OK if successful. Error code otherwise.