Lines Matching full:entry
7 /** Virtual address entry. */
18 * @param entry Pointer to a memory where a new or updated entry will be stored, or NULL.
20 * @return STATUS_SUCCESS if entry is stored or updated, error code otherwise.
22 uint8_t bt_mesh_va_add(const uint8_t uuid[16], const struct bt_mesh_va **entry);
31 * @return STATUS_SUCCESS if entry is deleted, error code otherwise.
35 /** @brief Find virtual address entry by Label UUID.
41 * @return Pointer to a valid entry, NULL otherwise.
57 * @param idx Index of virtual address entry.
59 * @return Pointer to a valid Label UUID, or NULL if entry is not found.
63 /** @brief Get virtual address entry index by Label UUID.
71 * @return 0 if entry is found, error code otherwise.