Home
last modified time | relevance | path

Searched refs:bt_mesh_app_key (Results 1 – 10 of 10) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dsettings.h12 void bt_mesh_store_app_key(struct bt_mesh_app_key *key);
21 void bt_mesh_clear_app_key(struct bt_mesh_app_key *key);
H A Dfoundation.h145 struct bt_mesh_app_key *bt_mesh_app_key_alloc(u16_t app_idx);
146 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store);
H A Dtransport.h81 struct bt_mesh_app_key *bt_mesh_app_key_find(u16_t app_idx);
H A Dnet.h34 struct bt_mesh_app_key { struct
248 struct bt_mesh_app_key app_keys[MYNEWT_VAL(BLE_MESH_APP_KEY_COUNT)];
H A Dtesting.c98 struct bt_mesh_app_key *app_key; in bt_test_print_credentials()
H A Dsettings.c381 struct bt_mesh_app_key *app; in app_key_set()
1129 static void store_app_key(struct bt_mesh_app_key *app) in store_app_key()
1172 struct bt_mesh_app_key *key; in store_pending_keys()
1443 void bt_mesh_store_app_key(struct bt_mesh_app_key *key) in bt_mesh_store_app_key()
1512 void bt_mesh_clear_app_key(struct bt_mesh_app_key *key) in bt_mesh_clear_app_key()
H A Dtransport.c417 struct bt_mesh_app_key *bt_mesh_app_key_find(u16_t app_idx) in bt_mesh_app_key_find()
422 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_app_key_find()
457 struct bt_mesh_app_key *app_key; in bt_mesh_trans_send()
625 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in sdu_recv()
H A Daccess.c157 struct bt_mesh_app_key *key; in publish_retransmit()
666 struct bt_mesh_app_key *key; in bt_mesh_model_publish()
H A Dcfg_srv.c232 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in app_key_is_valid()
376 struct bt_mesh_app_key *bt_mesh_app_key_alloc(u16_t app_idx) in bt_mesh_app_key_alloc()
381 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_app_key_alloc()
395 struct bt_mesh_app_key *key; in app_key_set()
547 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store) in bt_mesh_app_key_del()
569 struct bt_mesh_app_key *key; in app_key_del()
650 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in app_key_get()
3598 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_subnet_del()
H A Dnet.c502 struct bt_mesh_app_key *key = &bt_mesh.app_keys[i]; in bt_mesh_net_revoke_keys()