Searched refs:log_info_hexdump (Results 1 – 12 of 12) sorted by relevance
/btstack/src/mesh/ |
H A D | mesh_crypto.c | 84 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 D | hal_flash_bank_memory.c | 79 log_info_hexdump(data, size); in hal_flash_bank_memory_write()
|
/btstack/src/ |
H A D | btstack_debug.h | 186 void log_info_hexdump(const void *data, int size);
|
H A D | btstack_crypto.c | 494 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 D | btstack_util.c | 314 void log_info_hexdump(const void * data, int size){ in log_info_hexdump() function
|
/btstack/src/ble/ |
H A D | sm.c | 1686 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 D | att_db.c | 282 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 D | att_server.c | 741 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 D | ancs_client.c | 216 log_info_hexdump(value , value_length); in ancs_client_handle_notification()
|
/btstack/test/embedded/ |
H A D | btstack_util_test.cpp | 204 log_info_hexdump(data, sizeof(data)); in TEST()
|
/btstack/src/classic/ |
H A D | hid_host.c | 495 … log_info_hexdump(&hid_host_descriptor_storage[connection->hid_descriptor_offset], in hid_host_handle_sdp_hid_descriptor_list()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1723 … log_info_hexdump(attribute_value, sdp_event_query_attribute_byte_get_attribute_length(packet)); in handle_sdp_client_query_result()
|