Searched refs:ecdh_operations_supported (Results 1 – 1 of 1) sorted by relevance
1092 bool ecdh_operations_supported; in btstack_crypto_event_handler() local1124 … ecdh_operations_supported = (packet[OFFSET_OF_DATA_IN_COMMAND_COMPLETE+1u+34u] & 0x06u) == 0x06u; in btstack_crypto_event_handler()1125 UNUSED(ecdh_operations_supported); in btstack_crypto_event_handler()1126 log_info("controller supports ECDH operation: %u", ecdh_operations_supported); in btstack_crypto_event_handler()1131 btstack_assert(ecdh_operations_supported != 0); in btstack_crypto_event_handler()