Searched refs:ACTION_EXIT (Results 1 – 2 of 2) sorted by relevance
23 #define ACTION_EXIT 0x03 macro145 if (!action || action > ACTION_EXIT) { in bt_mesh_set_fast_prov_action()149 if ((!bt_mesh_is_provisioner_en() && (action == ACTION_SUSPEND || action == ACTION_EXIT)) || in bt_mesh_set_fast_prov_action()175 if (action == ACTION_EXIT) { in bt_mesh_set_fast_prov_action()
21 #define ACTION_EXIT 0x40 macro132 driver_obj->actions |= ACTION_EXIT; in aciton_close_dev()176 if (driver_obj.actions & ACTION_EXIT) { in class_driver_task()