Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_crypto.c84 log_info_hexdump(mesh_k2_t, 16); in mesh_k2_callback_d()
93 log_info_hexdump(mesh_k2_t, 16); in mesh_k2_callback_c()
116 log_info_hexdump(mesh_k2_t, 16); in mesh_k2_callback_a()
/btstack/platform/embedded/
H A Dhal_flash_bank_memory.c79 log_info_hexdump(data, size); in hal_flash_bank_memory_write()
/btstack/src/
H A Dbtstack_debug.h186 void log_info_hexdump(const void *data, int size);
H A Dbtstack_crypto.c494 log_info_hexdump(&ec_q[0],32); in btstack_crypto_log_ec_publickey()
496 log_info_hexdump(&ec_q[32],32); in btstack_crypto_log_ec_publickey()
597 log_info_hexdump(btstack_crypto_ec_p192->dhkey, 32); in btstack_crypto_ecc_p256_calculate_dhkey_software()
H A Dbtstack_util.c314 void log_info_hexdump(const void * data, int size){ in log_info_hexdump() function
/btstack/src/ble/
H A Dsm.c1686 log_info_hexdump(hash, 16); in sm_sc_cmac_done()
1816 log_info_hexdump(x, 16); in f4_engine()
1818 log_info_hexdump(sm_cmac_sc_buffer, message_len); in f4_engine()
1850 log_info_hexdump(t, 16); in f5_mackkey()
1852 log_info_hexdump(sm_cmac_sc_buffer, message_len); in f5_mackkey()
1878 log_info_hexdump(t, 16); in f5_ltk()
1880 log_info_hexdump(sm_cmac_sc_buffer, message_len); in f5_ltk()
1901 log_info_hexdump(w, 16); in f6_engine()
1903 log_info_hexdump(sm_cmac_sc_buffer, message_len); in f6_engine()
1919 log_info_hexdump(x, 16); in g2_engine()
[all …]
H A Datt_db.c282 log_info_hexdump(it.value, it.value_len); in att_dump_attributes()
550 log_info_hexdump(attribute_value, attribute_len); in handle_find_by_type_value_request()
616 log_info_hexdump(attribute_type, attribute_type_len); in handle_read_by_type_request2()
995 log_info_hexdump(attribute_type, attribute_type_len); in handle_read_by_group_type_request2()
H A Datt_server.c741 log_info_hexdump( &att_server->request_buffer[att_server->request_size-8], 8); in att_run_for_context()
/btstack/src/ble/gatt-service/
H A Dancs_client.c216 log_info_hexdump(value , value_length); in ancs_client_handle_notification()
/btstack/test/embedded/
H A Dbtstack_util_test.cpp204 log_info_hexdump(data, sizeof(data)); in TEST()
/btstack/src/classic/
H A Dhid_host.c495log_info_hexdump(&hid_host_descriptor_storage[connection->hid_descriptor_offset], in hid_host_handle_sdp_hid_descriptor_list()
/btstack/platform/daemon/src/
H A Ddaemon.c1723log_info_hexdump(attribute_value, sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()