Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dkeys.h22 int bt_mesh_key_compare(const uint8_t raw_key[16], const struct bt_mesh_key *mesh_key);
49 static inline int bt_mesh_key_compare(const uint8_t raw_key[16], const struct bt_mesh_key *mesh_key) in bt_mesh_key_compare() argument
51 return memcmp(mesh_key, raw_key, 16); in bt_mesh_key_compare()