Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c842 uint8_t calculated_hash[BT_CSIP_CRYPTO_HASH_SIZE]; in bt_csip_set_coordinator_is_set_member() local
849 err = bt_csip_sih(sirk, prand, calculated_hash); in bt_csip_set_coordinator_is_set_member()
854 LOG_DBG("calculated_hash: %s", bt_hex(calculated_hash, BT_CSIP_CRYPTO_HASH_SIZE)); in bt_csip_set_coordinator_is_set_member()
857 return memcmp(calculated_hash, hash, BT_CSIP_CRYPTO_HASH_SIZE) == 0; in bt_csip_set_coordinator_is_set_member()