Searched refs:oob_action (Results 1 – 2 of 2) sorted by relevance
130 if (bt_mesh_prov_link.oob_action == INPUT_OOB_STRING) { in send_start()138 if (bt_mesh_prov_link.oob_action == OUTPUT_OOB_STRING) { in send_start()150 net_buf_simple_add_u8(&start, bt_mesh_prov_link.oob_action); in send_start()184 if (!(BIT(bt_mesh_prov_link.oob_action) & caps->input_actions)) { in prov_check_method()187 (uint16_t)BIT(bt_mesh_prov_link.oob_action), caps->input_actions); in prov_check_method()191 if (bt_mesh_prov_link.oob_action == INPUT_OOB_STRING) { in prov_check_method()210 if (!(BIT(bt_mesh_prov_link.oob_action) & caps->output_actions)) { in prov_check_method()213 (uint16_t)BIT(bt_mesh_prov_link.oob_action), caps->output_actions); in prov_check_method()688 bt_mesh_prov_link.oob_action = action; in prov_set_method()
112 uint8_t oob_action; /* Authen action */ member