Btmesh Provisioner#

This component automatically initializes the device as a provisioner on boot event. This component is prepared for integration into SOC applications. This is a No-Code component.

Functions#

void
sl_btmesh_provisioner_on_init(sl_status_t result)
void
sl_bt_provisioner_on_event(sl_bt_msg_t *evt)

Function Documentation#

sl_btmesh_provisioner_on_init#

void sl_btmesh_provisioner_on_init (sl_status_t result)
Parameters
TypeDirectionArgument NameDescription
sl_status_t[in]result

return value of the function call

This function is called after the sl_btmesh_prov_init() function.

This is a callback which can be implemented in the application. Note

  • If no implementation is provided in the application, then the default weak implementation will be an empty function.


sl_bt_provisioner_on_event#

void sl_bt_provisioner_on_event (sl_bt_msg_t * evt)
Parameters
TypeDirectionArgument NameDescription
sl_bt_msg_t *[in]evt

Pointer to incoming event.

Handle BLE events for the provisioner.

This function is called automatically after enabling the component.