Home
last modified time | relevance | path

Searched refs:input_actions (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h105 bt_mesh_input_action_t input_actions; member
159 uint16_t input_actions; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c162 if (!(BIT(bt_mesh_prov_link.oob_action) & caps->input_actions)) { in prov_check_method()
165 (uint16_t)BIT(bt_mesh_prov_link.oob_action), caps->input_actions); in prov_check_method()
243 caps.input_actions = (bt_mesh_input_action_t) in prov_capabilities()
247 LOG_DBG("Input OOB Action: 0x%04x", caps.input_actions); in prov_capabilities()
Dprov.c112 if (!(bt_mesh_prov->input_actions & input)) { in check_input_auth()
Dprovisionee.c127 net_buf_simple_add_be16(&buf, bt_mesh_prov->input_actions); in prov_invite()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c64 uint16_t input_actions; member
403 } else if (cap->input_actions) { in capabilities()
405 ASSERT_OK(bt_mesh_auth_method_set_input(prov.input_actions, prov.input_size)); in capabilities()
431 prov.input_actions = oob_auth_test_vector[test_step].input_actions; in oob_auth_set()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c521 cap->input_actions ? "" : "\n\t\tNone"); in capabilities()
523 if (cap->input_actions & BIT(i)) { in capabilities()
629 .input_actions =
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst136 :c:member:`bt_mesh_prov.input_actions`.
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1402 prov.input_actions = sys_le16_to_cpu(cp->in_actions); in config_prov()
1414 err = bt_mesh_auth_method_set_input(prov.input_actions, prov.input_size); in config_prov()