Searched refs:expected_random_value (Results 1 – 1 of 1) sorted by relevance
1187 uint8_t expected_random_value[8]; in mesh_proxy_handle_get_aes128() local1192 btstack_parse_hex("34ae608fbbc1f2c6", 8, expected_random_value); in mesh_proxy_handle_get_aes128()1193 CHECK_EQUAL_ARRAY(random_value, expected_random_value, 8); in mesh_proxy_handle_get_aes128()