Home
last modified time | relevance | path

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

/btstack/test/mesh/
H A Dmesh_message_test.cpp156 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()
[all …]
H A Dprovisioner.c83 static int btstack_parse_hex(const char * string, uint16_t len, uint8_t * buffer){ in btstack_parse_hex() function
207 btstack_parse_hex(prov_static_oob_string, 16, prov_static_oob_data); in mesh_message_handler()
217 btstack_parse_hex(prov_public_key_string, 64, prov_public_key_data); in mesh_message_handler()
309 btstack_parse_hex(pts_device_uuid_string, 16, pts_device_uuid); in btstack_main()
H A Dmesh_pts.c313 static int btstack_parse_hex(const char * string, uint16_t len, uint8_t * buffer){ in btstack_parse_hex() function
520 btstack_parse_hex(prov_public_key_string, 64, prov_public_key_data); in stdin_process()
521 btstack_parse_hex(prov_private_key_string, 32, prov_private_key_data); in stdin_process()
534 btstack_parse_hex(prov_static_oob_string, 16, prov_static_oob_data); in stdin_process()
690 btstack_parse_hex(pts_device_uuid_string, 16, pts_device_uuid); in btstack_main()
696 btstack_parse_hex("001BDC0810210B0E0A0C000B0E0A0C00", 16, label_uuid); in btstack_main()
H A Dprovisioning_device_test.cpp158 static int btstack_parse_hex(const char * string, uint16_t len, uint8_t * buffer){ in btstack_parse_hex() function
193 btstack_parse_hex(prov_static_oob_string, 16, prov_static_oob_data); in TEST_GROUP()
H A Dprovisioning_provisioner_test.cpp143 static int btstack_parse_hex(const char * string, uint16_t len, uint8_t * buffer){ in btstack_parse_hex() function
190 btstack_parse_hex(prov_static_oob_string, 16, prov_static_oob_data); in TEST_GROUP()
/btstack/example/
H A Dmesh_node_demo.c190 static int btstack_parse_hex(const char * string, uint16_t len, uint8_t * buffer){ in btstack_parse_hex() function
281 btstack_parse_hex(device_uuid_string, 16, device_uuid); in btstack_main()