Lines Matching refs:btstack_parse_hex
156 static int btstack_parse_hex(const char * string, uint16_t len, uint8_t * buffer){ in btstack_parse_hex() function
202 btstack_parse_hex("0953fa93e7caac9638f58820220a398e", 16, network_key->encryption_key); in load_network_key_nid_68()
203 btstack_parse_hex("8b84eedec100067d670971dd2aa700cf", 16, network_key->privacy_key); in load_network_key_nid_68()
211 btstack_parse_hex("be635105434859f484fc798e043ce40e", 16, network_key->encryption_key); in load_network_key_nid_5e()
212 btstack_parse_hex("5d396d4b54d3cbafe943e051fe9a4eb8", 16, network_key->privacy_key); in load_network_key_nid_5e()
220 btstack_parse_hex("3a4fe84a6cc2c6a766ea93f1084d4039", 16, network_key->encryption_key); in load_network_key_nid_10()
221 btstack_parse_hex("f695fcce709ccface4d8b7a1e6e39d25", 16, network_key->privacy_key); in load_network_key_nid_10()
228 btstack_parse_hex("63964771734fbd76e3b40519d1d94a48", 16, application_key); in load_provisioning_data_test_message()
232 btstack_parse_hex("9d6dd0e96eb25dc19a40ed9914f8f03f", 16, device_key); in load_provisioning_data_test_message()
377 btstack_parse_hex(network_pdus[i], test_network_pdu_len, test_network_pdu_data); in test_receive_network_pdus()
386 btstack_parse_hex(lower_transport_pdus[i], transport_pdu_len, transport_pdu_data); in test_receive_network_pdus()
419 btstack_parse_hex(access_pdu, transport_pdu_len, transport_pdu_data); in test_receive_network_pdus()
465 btstack_parse_hex(control_pdu, transport_pdu_len, transport_pdu_data); in test_send_access_message()
496 btstack_parse_hex(network_pdus[i], test_network_pdu_len, test_network_pdu_data); in test_send_access_message()
514 btstack_parse_hex(control_pdu, transport_pdu_len, transport_pdu_data); in test_send_control_message()
539 btstack_parse_hex(network_pdus[i], test_network_pdu_len, test_network_pdu_data); in test_send_control_message()
1011 btstack_parse_hex(message22_label_string, 16, label_uuid); in TEST()
1028 btstack_parse_hex(message22_label_string, 16, label_uuid); in TEST()
1048 btstack_parse_hex(message23_label_string, 16, label_uuid); in TEST()
1064 btstack_parse_hex(message23_label_string, 16, label_uuid); in TEST()
1086 btstack_parse_hex(message24_label_string, 16, label_uuid); in TEST()
1102 btstack_parse_hex(message24_label_string, 16, label_uuid); in TEST()
1122 btstack_parse_hex(network_pdus[i], test_network_pdu_len, test_network_pdu_data); in TEST()
1129 btstack_parse_hex(lower_transport_pdus[i], transport_pdu_len, transport_pdu_data); in TEST()
1168 btstack_parse_hex(network_pdus[i], transport_pdu_len, transport_pdu_data); in TEST()
1189 btstack_parse_hex("00861765aefcc57b", 8, expected_hash); in mesh_proxy_handle_get_aes128()
1192 btstack_parse_hex("34ae608fbbc1f2c6", 8, expected_random_value); in mesh_proxy_handle_get_aes128()
1197 btstack_parse_hex("34ae608fbbc1f2c6", 8, random_value); in TEST()
1202 btstack_parse_hex("84396c435ac48560b5965385253e210c", 16, identity_key); in TEST()
1216 btstack_parse_hex("63964771734fbd76e3b40519d1d94a48", 16, application_key); in TEST()