Home
last modified time | relevance | path

Searched refs:output_max_size (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/include/
A Dmesh_node.h70 uint8_t output_max_size; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c859 if (ACTION_NUM == param->node_oob.output_action && param->node_oob.output_max_size > 0) { in ble_mesh_node_init()
861 node_prov.output_size = param->node_oob.output_max_size; in ble_mesh_node_init()
862 } else if (ACTION_STR == param->node_oob.output_action && param->node_oob.output_max_size > 0) { in ble_mesh_node_init()
864 node_prov.output_size = param->node_oob.output_max_size; in ble_mesh_node_init()

Completed in 6 milliseconds