Home
last modified time | relevance | path

Searched refs:log_debug (Results 1 – 25 of 46) sorted by relevance

12

/btstack/src/
H A Dbtstack_sample_rate_compensation.c63 log_debug("current playback sample rate: %" PRId32 "", playback_sample_rate ); in btstack_sample_rate_compensation_update()
78log_debug("current l2cap sample rate: %f (%d %d)", current_sample_rate, delta, self->count ); in btstack_sample_rate_compensation_update()
79 log_debug("current ratio: %f", current_ratio); in btstack_sample_rate_compensation_update()
80 log_debug("calculated ratio: %f", self->ratio ); in btstack_sample_rate_compensation_update()
85log_debug("fp current l2cap sample rate: %f (%" PRId32 " %" PRId32 ")", Q15_TO_FLOAT(fixed_rate), … in btstack_sample_rate_compensation_update()
99 log_debug("fp current ratio : %f", Q15_TO_FLOAT(fixed_ratio)); in btstack_sample_rate_compensation_update()
100 log_debug("fp calculated ratio: %f", Q16_TO_FLOAT(self->ratio_state)); in btstack_sample_rate_compensation_update()
101 log_debug("scale factor Q16: %" PRId32 "", self->ratio_state); in btstack_sample_rate_compensation_update()
H A Dhci_transport_h5.c275log_debug("send queued packet: seq %u, ack %u, size %u, append dic %u", link_seq_nr, link_ack_nr, … in hci_transport_link_send_queued_packet()
294log_debug("send control: size %u, append dic %u", message_len, link_peer_supports_data_integrity_c… in hci_transport_link_send_control()
301 log_debug("send ack %u", link_ack_nr); in hci_transport_link_send_ack_packet()
308 log_debug("link send sync"); in hci_transport_link_send_sync()
313 log_debug("link send sync response"); in hci_transport_link_send_sync_response()
318 log_debug("link send config"); in hci_transport_link_send_config()
323 log_debug("link send config response"); in hci_transport_link_send_config_response()
328 log_debug("link send config response empty"); in hci_transport_link_send_config_response_empty()
333 log_debug("link send woken"); in hci_transport_link_send_woken()
338 log_debug("link send wakeup"); in hci_transport_link_send_wakeup()
[all …]
H A Dbtstack_debug.h126 #define log_debug(format, ...) HCI_DUMP_LOG(HCI_DUMP_LOG_LEVEL_DEBUG, format, ## __VA_ARGS__) macro
128 #define log_debug(...) (void)(0)
152 #define log_debug(...) HCI_DUMP_LOG(HCI_DUMP_LOG_LEVEL_DEBUG, ## __VA_ARGS__)
154 #define log_debug(...) (void)(0)
H A Dhci_transport_em9304_spi.c229 log_debug("RX: STS2 0x%02X", sStas.bytes[0]); in em9304_spi_engine_run()
272 log_debug("TX: STS2 0x%02X", sStas.bytes[0]); in em9304_spi_engine_run()
406log_debug("transfer_rx_data: ring buffer has %u -> hci wants %u", bytes_available, hci_transport_e… in hci_transport_em9304_spi_process_data()
H A Dbtstack_hid_parser.c308log_debug("Usage Min - Usage Max [%04"PRIx32"..%04"PRIx32"] < Report Count %u", main_iterator->usa… in btstack_usage_iterator_hid_find_next_usage()
368 log_debug("no usages found"); in btstack_hid_usage_iterator_find_next_usage()
427 log_debug("Ignoring %u items without Usage", iterator->required_usages); in btstack_hid_usage_iterator_get_item()
/btstack/src/mesh/
H A Dadv_bearer.c191 log_debug("can send now"); in adv_bearer_emit_can_send_now()
208 log_debug("Timeout (state gap)"); in adv_bearer_timeout_handler()
212 log_debug("Next adv: %" PRIu32, gap_adv_next_ms); in adv_bearer_timeout_handler()
217 log_debug("Timeout (state bearer)"); in adv_bearer_timeout_handler()
252 log_debug("Next adv: %" PRIu32, gap_adv_next_ms); in adv_bearer_run()
257 log_debug("Start GAP ADV, %p", item); in adv_bearer_run()
270 log_debug("Send ADV Bearer message"); in adv_bearer_run()
293 log_debug("adv bearer message, type 0x%x\n", type); in adv_bearer_prepare_message()
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c192 log_debug("btstack_run_loop_execute adding fd %u for read", ds->source.fd); in btstack_run_loop_posix_execute()
199 log_debug("btstack_run_loop_execute adding fd %u for write", ds->source.fd); in btstack_run_loop_posix_execute()
211 log_debug("btstack_run_loop_execute next timeout in %u ms", delta_ms); in btstack_run_loop_posix_execute()
224log_debug("btstack_run_loop_posix_execute: check ds %p with fd %u\n", ds, ds->source.fd); in btstack_run_loop_posix_execute()
226log_debug("btstack_run_loop_posix_execute: process read ds %p with fd %u\n", ds, ds->source.fd); in btstack_run_loop_posix_execute()
231log_debug("btstack_run_loop_posix_execute: process write ds %p with fd %u\n", ds, ds->source.fd); in btstack_run_loop_posix_execute()
236 log_debug("btstack_run_loop_posix_execute: after ds check\n"); in btstack_run_loop_posix_execute()
252log_debug("btstack_run_loop_posix_set_timer to %u ms (now %u, timeout %u)", a->timeout, time_ms, t… in btstack_run_loop_posix_set_timer()
H A Dbtstack_uart_posix.c470log_debug("process buffer: pos %u, len %u", btstack_uart_slip_receive_pos, btstack_uart_slip_recei… in btstack_uart_slip_posix_process_buffer()
514 log_debug("requested %u bytes, got %d", SLIP_RECEIVE_BUFFER_SIZE, (int) bytes_read); in btstack_uart_slip_posix_process_read()
537 log_debug("slip: send %d bytes", pos); in btstack_uart_slip_posix_encode_chunk_and_send()
579 log_debug("receive block, size %u", len); in btstack_uart_slip_posix_receive_frame()
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c77 log_debug("btstack_run_loop_windows_get_time_ms: %u", time_ms); in btstack_run_loop_windows_get_time_ms()
113 log_debug("btstack_run_loop_execute adding handle %p", ds->source.handle); in btstack_run_loop_windows_execute()
134log_debug("btstack_run_loop_windows_execute: check ds %p with handle %p\n", ds, ds->source.handle); in btstack_run_loop_windows_execute()
137log_debug("btstack_run_loop_windows_execute: process read ds %p with handle %p\n", ds, ds->source.… in btstack_run_loop_windows_execute()
140log_debug("btstack_run_loop_windows_execute: process write ds %p with handle %p\n", ds, ds->source… in btstack_run_loop_windows_execute()
158log_debug("btstack_run_loop_windows_set_timer to %u ms (now %u, timeout %u)", a->timeout, time_ms,… in btstack_run_loop_windows_set_timer()
H A Dbtstack_uart_block_windows.c181log_debug("write: requested to write %u but %u were written, try again", (int) write_bytes_len, (i… in btstack_uart_windows_process_write()
215log_debug("read: requested read %u but %u were read, try again", (int) read_bytes_len, (int) byt… in btstack_uart_windows_process_read()
/btstack/port/stm32-wb55xx-nucleo-freertos/port/
H A Dbtstack_port.c396 log_debug("Packet address: %x", hcievt);
467 log_debug("shared SRAM2 buffers");
468 log_debug(" *BleCmdBuffer : 0x%08X", (void *)&BleCmdBuffer);
469 log_debug(" *HciAclDataBuffer : 0x%08X", (void *)&HciAclDataBuffer);
470 log_debug(" *SystemCmdBuffer : 0x%08X", (void *)&SystemCmdBuffer);
471 log_debug(" *EvtPool : 0x%08X", (void *)&EvtPool);
472 log_debug(" *SystemSpareEvtBuffer : 0x%08X", (void *)&SystemSpareEvtBuffer);
473 log_debug(" *BleSpareEvtBuffer : 0x%08X", (void *)&BleSpareEvtBuffer);
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp114 log_debug("add data source %p with handle %p", ds, ds->source.handle); in btstack_run_loop_qt_add_data_source()
223log_debug("btstack_run_loop_qt_set_timer to %u ms (now %u, timeout %u)", a->timeout, time_ms, time… in btstack_run_loop_qt_set_timer()
257 log_debug("lookup data source for handle %p, sender %p", handle, QObject::sender()); in processDataSource()
265 log_debug("process read ds %p with handle %p", ds, ds->source.handle); in processDataSource()
268 log_debug("process write ds %p with handle %p", ds, ds->source.handle); in processDataSource()
329 log_debug("read - lookup data source for handle %p, sender %p", fd, QObject::sender()); in processDataSourceRead()
333 log_debug("write - lookup data source for handle %p, sender %p", fd, QObject::sender()); in processDataSourceWrite()
/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c268log_debug("transfer_rx_data: ring buffer has %u -> hci buffer needs %u", bytes_available, hal_uart… in hal_spi_em9304_transfer_rx_data()
319log_debug("RX: STS1 0x%02X, STS2 0x%02X", hal_spi_em9304_slave_status[0], hal_spi_em9304_slave_sta… in hal_spi_em9304_process()
361log_debug("TX: STS1 0x%02X, STS2 0x%02X", hal_spi_em9304_slave_status[0], hal_spi_em9304_slave_sta… in hal_spi_em9304_process()
439log_debug("hal_uart_dma_receive_block: len %u, ring buffer has %u, UART_RX_LEN %u", length, btstac… in hal_uart_dma_receive_block()
/btstack/src/classic/
H A Dsdp_client.c207 log_debug("ID data is stored in %d bytes.", (int) des_parser_de_header_state.de_size); in sdp_parser_process_byte()
215 log_debug("parser: Attribute ID: %04x.", sdp_parser_attribute_id); in sdp_parser_process_byte()
254 log_debug("parser: END_OF_RECORD"); in sdp_parser_process_byte()
261 log_debug("parser: END_OF_RECORD & DONE"); in sdp_parser_process_byte()
489 log_debug("SDP Client Query DONE! "); in sdp_client_packet_handler()
514 log_debug("SDP Client Connected, cid %x, mtu %u.", sdp_client_sdp_cid, sdp_client_mtu); in sdp_client_packet_handler()
H A Drfcomm.c327 log_debug("RFCOMM_EVENT_CHANNEL_CAN_SEND_NOW local_cid 0x%x", channel->rfcomm_cid); in rfcomm_emit_can_send_now()
930 log_debug("can_send_now enter: %u", l2cap_cid); in rfcomm_handle_can_send_now()
941 log_debug("can_send_now enter: multiplexer token"); in rfcomm_handle_can_send_now()
954 log_debug("can_send_now enter: channel token"); in rfcomm_handle_can_send_now()
971 log_debug("can_send_now waiting to send but no credits (ignore)"); in rfcomm_handle_can_send_now()
975 log_debug("can_send_now enter: client token"); in rfcomm_handle_can_send_now()
986 log_debug("can_send_now exit"); in rfcomm_handle_can_send_now()
1362 log_debug("cid 0x%04x, outgoing credits %u", channel->rfcomm_cid, channel->credits_outgoing); in rfcomm_channel_can_send()
1406 log_debug("state machine, waiting_for_can_send_now %u", channel->waiting_for_can_send_now); in rfcomm_channel_packet_handler_uih()
1758 log_debug("ch-ready: state %u", channel->state); in rfcomm_channel_ready_to_send()
[all …]
H A Davdtp_initiator.c87 log_debug("no stream endpoint for local seid %u", connection->initiator_local_seid); in avdtp_initiator_stream_config_subsm()
90log_debug("using stream endpoint %p for local seid %u", stream_endpoint, connection->initiator_loc… in avdtp_initiator_stream_config_subsm()
345log_debug("SE %p, initiator_config_state: 0x%02x", stream_endpoint, stream_endpoint->initiator_con… in avdtp_initiator_stream_config_subsm_run_endpoint()
426log_debug("stream: start %u, close %u, abort %u, suspend %u, request %u", stream_endpoint->start_s… in avdtp_initiator_stream_config_subsm_handle_can_send_now_signaling()
H A Dhfp_codec.c187 log_debug("Encode frame, read %u, write %u", hfp_codec->read_pos, hfp_codec->write_pos); in hfp_codec_encode_audio_frame()
208log_debug("Read %u from stream, read %u, write %u", size, hfp_codec->read_pos, hfp_codec->write_po… in hfp_codec_read_from_stream()
H A Davdtp.c520 log_debug("avdtp_packet_handler, L2CAP_EVENT_CAN_SEND_NOW l2cap_cid 0x%02x", l2cap_cid); in avdtp_handle_can_send_now()
527 log_debug("call avdtp_acceptor_stream_config_subsm_run %p", connection); in avdtp_handle_can_send_now()
531log_debug("call avdtp_initiator_stream_config_subsm_handle_can_send_now_signaling %p", connection); in avdtp_handle_can_send_now()
545log_debug("call avdtp_initiator_stream_config_subsm_handle_can_send_now_stream_endpoint %p", strea… in avdtp_handle_can_send_now()
1081log_debug("avdtp_packet_handler, L2CAP_EVENT_CAN_SEND_NOW l2cap_cid 0x%02x", channel); in avdtp_packet_handler()
1471log_debug("SE %p, initiator_config_state: 0x%02x", stream_endpoint, stream_endpoint->initiator_con… in avdtp_set_configuration()
H A Dobex_message_builder.c87log_debug("add type:0x%02x(%s) buffer_len:%u pos+len:%u pos:%u len:%u", data[0], lut_type[data[0]]… in obex_message_builder_packet_append()
240 log_debug("SRM header enabled"); in obex_message_builder_header_add_srm_enable()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c155 log_debug("RL: execute"); in btstack_run_loop_freertos_execute()
200 log_debug("RL: wait with timeout %u", (int) timeout_ms); in btstack_run_loop_freertos_execute()
/btstack/platform/lwip/
H A Dbnep_lwip.c319 log_debug("bnep_lwip_netif_process_packet, pbuf_alloc = %p", p); in bnep_lwip_netif_process_packet()
390 log_debug("bnep_lwip_packet_sent: %p", bnep_lwip_outgoing_next_packet); in bnep_lwip_packet_sent()
/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c100 log_debug("RL: execute"); in btstack_run_loop_chibios_execute()
/btstack/port/esp32/components/btstack/
H A Dbtstack_audio_esp32_v4.c167 log_debug("I2S_EVENT_TX_DONE"); in btstack_audio_esp32_driver_timer_handler()
171 log_debug("I2S_EVENT_RX_DONE"); in btstack_audio_esp32_driver_timer_handler()
H A Dbtstack_tlv_esp32.c68 log_debug("read tag %s", key_buffer); in btstack_tlv_esp32_get_tag()
/btstack/chipset/da145xx/
H A Dbtstack_chipset_da145xx.c87 log_debug("da145xx_w4_stx: read %x", response_buffer[0]); in da145xx_w4_stx()

12