Lines Matching full:store
245 u8_t retransmit, bool store) in _mod_pub_set() argument
276 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in _mod_pub_set()
307 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in _mod_pub_set()
346 u8_t mod_unbind(struct bt_mesh_model *model, u16_t key_idx, bool store) in mod_unbind() argument
350 BT_DBG("model %p key_idx 0x%03x store %u", model, key_idx, store); in mod_unbind()
363 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in mod_unbind()
369 0, 0, 0, 0, 0, store); in mod_unbind()
536 bool store; member
544 mod_unbind(mod, data->app_idx, data->store); in _mod_unbind()
547 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store) in bt_mesh_app_key_del() argument
549 struct unbind_data data = { .app_idx = key->app_idx, .store = store }; in bt_mesh_app_key_del()
551 BT_DBG("AppIdx 0x%03x store %u", key->app_idx, store); in bt_mesh_app_key_del()
555 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in bt_mesh_app_key_del()
3582 void bt_mesh_subnet_del(struct bt_mesh_subnet *sub, bool store) in bt_mesh_subnet_del() argument
3586 BT_DBG("NetIdx 0x%03x store %u", sub->net_idx, store); in bt_mesh_subnet_del()
3591 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in bt_mesh_subnet_del()
3601 bt_mesh_app_key_del(key, store); in bt_mesh_subnet_del()
3609 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in bt_mesh_subnet_del()