Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Ddaemon.c244 static char string_buffer[1000]; variable
1446 … snprintf(string_buffer, sizeof(string_buffer), "%s/hci_dump.pklg", btstack_server_storage_path); in daemon_set_logging_enabled()
1447 hci_dump_posix_fs_open(string_buffer, HCI_DUMP_PACKETLOGGER); in daemon_set_logging_enabled()
1451 … snprintf(string_buffer, sizeof(string_buffer), "%s/hci_dump.snoop", btstack_server_storage_path); in daemon_set_logging_enabled()
1452 hci_dump_posix_fs_open(string_buffer, HCI_DUMP_BLUEZ); in daemon_set_logging_enabled()
1458 printf("Logging to %s\n", string_buffer); in daemon_set_logging_enabled()
1561 …snprintf(string_buffer, sizeof(string_buffer), "%s/btstack_%s.tlv", btstack_server_storage_path, b… in daemon_packet_handler()
1562 tlv_impl = btstack_tlv_posix_init_instance(&tlv_context, string_buffer); in daemon_packet_handler()