Searched refs:mesh_key (Results 1 – 1 of 1) sorted by relevance
22 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() argument51 return memcmp(mesh_key, raw_key, 16); in bt_mesh_key_compare()