Searched refs:oob_action (Results 1 – 3 of 3) sorted by relevance
127 net_buf_simple_add_u8(&start, bt_mesh_prov_link.oob_action); in send_start()134 bt_mesh_prov_link.oob_action, bt_mesh_prov_link.oob_size) < 0) { in send_start()137 bt_mesh_prov_link.oob_action, bt_mesh_prov_link.oob_size); in send_start()162 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()169 if (bt_mesh_prov_link.oob_action == INPUT_OOB_STRING) { in prov_check_method()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()734 bt_mesh_prov_link.oob_action = action; in prov_set_method()
129 uint8_t oob_action; /* Authen action */ member
175 bt_mesh_prov_link.oob_action = data[3]; in prov_start()