Bluetooth Mesh Large Composition Data Server Model#

Bluetooth Mesh Large Composition Data Server Model.

This class provides the commands and messages to interface with the Large Composition Data Server model.

Macros#

#define
sl_btmesh_cmd_lcd_server_init_id 0x01670028
#define
sl_btmesh_cmd_lcd_server_deinit_id 0x02670028
#define
sl_btmesh_rsp_lcd_server_init_id 0x01670028
#define
sl_btmesh_rsp_lcd_server_deinit_id 0x02670028

Function Documentation#

sl_btmesh_lcd_server_init#

sl_status_t sl_btmesh_lcd_server_init ()

Initializes the Large Composition Data Server model

Returns

  • SL_STATUS_OK if successful. Error code otherwise.


Definition at line 21818 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

sl_btmesh_lcd_server_deinit#

sl_status_t sl_btmesh_lcd_server_deinit ()

Deinitialize the Large Composition Data Server model

Returns

  • SL_STATUS_OK if successful. Error code otherwise.


Definition at line 21828 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h