Exported Functions
- group Mesh_Service_Exported_Functions
Functions
-
void mesh_service_adv_start(void)
start the mesh service adv
- 返回:
none
-
void mesh_service_adv_stop(void)
stop the mesh service adv
- 返回:
none
-
bool mesh_service_adv_cfg(mesh_service_adv_cfg_type_t type, uint8_t *param, uint16_t param_len)
configure the mesh service adv
- 参数:
type – [in] the parameter type, mesh_service_adv_cfg_type_t
param – [in] the parameter pointer
param_len – [in] the parameter length
- 返回:
operation result
-
void mesh_service_adv_start(void)