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/ |
D | ble_mesh.c | 44 .output_actions = BT_MESH_DISPLAY_NUMBER | BT_MESH_DISPLAY_STRING,
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 102 bt_mesh_output_action_t output_actions; member 154 uint16_t output_actions; member
|
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 156 .output_actions = BT_MESH_DISPLAY_NUMBER,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | provisioner.c | 188 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()
|
D | prov.c | 95 if (!(bt_mesh_prov->output_actions & output)) { in check_output_auth()
|
D | provisionee.c | 121 net_buf_simple_add_be16(&buf, bt_mesh_prov->output_actions); in prov_invite()
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 527 .output_actions = (BT_MESH_DISPLAY_NUMBER | BT_MESH_DISPLAY_STRING), 532 .output_actions = 0,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 62 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/ |
D | main.c | 295 .output_actions = BT_MESH_DISPLAY_NUMBER,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 513 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/ |
D | provisioning.rst | 135 in :c:member:`bt_mesh_prov.output_actions` and
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 1400 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()
|