Home
last modified time | relevance | path

Searched refs:output_actions (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dble_mesh.c44 .output_actions = BT_MESH_DISPLAY_NUMBER | BT_MESH_DISPLAY_STRING,
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h102 bt_mesh_output_action_t output_actions; member
154 uint16_t output_actions; member
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c156 .output_actions = BT_MESH_DISPLAY_NUMBER,
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c188 if (!(BIT(bt_mesh_prov_link.oob_action) & caps->output_actions)) { in prov_check_method()
191 (uint16_t)BIT(bt_mesh_prov_link.oob_action), caps->output_actions); in prov_check_method()
240 caps.output_actions = (bt_mesh_output_action_t) in prov_capabilities()
245 LOG_DBG("Output OOB Action: 0x%04x", caps.output_actions); in prov_capabilities()
Dprov.c95 if (!(bt_mesh_prov->output_actions & output)) { in check_output_auth()
Dprovisionee.c121 net_buf_simple_add_be16(&buf, bt_mesh_prov->output_actions); in prov_invite()
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c527 .output_actions = (BT_MESH_DISPLAY_NUMBER | BT_MESH_DISPLAY_STRING),
532 .output_actions = 0,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c62 uint16_t output_actions; member
400 } else if (cap->output_actions) { in capabilities()
402 ASSERT_OK(bt_mesh_auth_method_set_output(prov.output_actions, prov.output_size)); in capabilities()
429 prov.output_actions = oob_auth_test_vector[test_step].output_actions; in oob_auth_set()
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c295 .output_actions = BT_MESH_DISPLAY_NUMBER,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c513 cap->output_actions ? "" : "\n\t\tNone"); in capabilities()
515 if (cap->output_actions & BIT(i)) { in capabilities()
624 .output_actions = (BT_MESH_BLINK | BT_MESH_BEEP | BT_MESH_VIBRATE | BT_MESH_DISPLAY_NUMBER |
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst135 in :c:member:`bt_mesh_prov.output_actions` and
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1400 prov.output_actions = sys_le16_to_cpu(cp->out_actions); in config_prov()
1412 err = bt_mesh_auth_method_set_output(prov.output_actions, prov.output_size); in config_prov()