Searched refs:on_demand_state (Results 1 – 3 of 3) sorted by relevance
20 static uint8_t on_demand_state; variable28 const void *data = delete ? NULL : &on_demand_state; in od_priv_proxy_store()113 on_demand_state = 0; in od_priv_proxy_srv_reset()128 err = bt_mesh_settings_set(read_cb, cb_data, &on_demand_state, sizeof(uint8_t)); in od_priv_proxy_srv_settings_set()134 bt_mesh_od_priv_proxy_set(on_demand_state); in od_priv_proxy_srv_settings_set()140 on_demand_state = bt_mesh_od_priv_proxy_get(); in od_priv_proxy_srv_pending_store()
141 return bt_mesh.on_demand_state; in bt_mesh_od_priv_proxy_get()154 bt_mesh.on_demand_state = on_demand_proxy; in bt_mesh_od_priv_proxy_set()
239 uint8_t on_demand_state; member