Searched refs:bt_mesh_app_key_find (Results 1 – 6 of 6) sorted by relevance
152 key = bt_mesh_app_key_find(app_idx); in bt_mesh_node_get_local_app_key()253 key = bt_mesh_app_key_find(app_idx); in bt_mesh_node_local_app_key_add()315 if (bt_mesh_app_key_find(app_idx) == NULL) { in bt_mesh_node_bind_app_key_to_model()
96 struct bt_mesh_app_key *bt_mesh_app_key_find(uint16_t app_idx);
980 key = bt_mesh_app_key_find(app_idx); in bt_mesh_tx_appkey_get()
522 app = bt_mesh_app_key_find(app_idx); in app_key_set()1827 key = bt_mesh_app_key_find(update->key_idx); in store_pending_keys()
258 if (!bt_mesh_app_key_find(app_idx) || in _mod_pub_set()382 key = bt_mesh_app_key_find(app_idx); in app_key_set()572 key = bt_mesh_app_key_find(key_app_idx); in app_key_del()
581 struct bt_mesh_app_key *bt_mesh_app_key_find(uint16_t app_idx) in bt_mesh_app_key_find() function