Home
last modified time | relevance | path

Searched refs:output_action (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/include/
A Dmesh_node.h69 oob_action_en output_action; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c1634 u16_t algorithms, output_action, input_action; in prov_capabilities() local
1687 output_action = sys_get_be16(&data[6]); in prov_capabilities()
1688 BT_DBG("Output OOB Action: 0x%04x", output_action); in prov_capabilities()
1690 if (output_action > 0x1f) { in prov_capabilities()
1698 if (output_action & BIT(j)) { in prov_capabilities()
1700 output_action = j; in prov_capabilities()
1754 auth_action = (u8_t)output_action; in prov_capabilities()
1834 static bt_mesh_output_action_t output_action(u8_t action) in output_action() function
1926 output = output_action(action); in prov_auth()
A Dprov.c661 static bt_mesh_output_action_t output_action(u8_t action) in output_action() function
719 output = output_action(action); in prov_auth()
/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()
862 } else if (ACTION_STR == param->node_oob.output_action && param->node_oob.output_max_size > 0) { in ble_mesh_node_init()

Completed in 14 milliseconds