History log of /btstack/src/btstack_util.c (Results 1 – 25 of 90)
Revision Date Author Comments
# c95caec0 11-Nov-2024 Matthias Ringwald <[email protected]>

btstack_util: skip whitespace in btstack_atoi


# c46e8f55 01-Oct-2024 Matthias Ringwald <[email protected]>

btstack_util: fix warning in btstack_snprintf_assert_complete


# 43bdd576 30-Sep-2024 Matthias Ringwald <[email protected]>

btstack_util: use hci_dump_log

instead of HCI_DUMP_LOG


# 9fce1f71 30-Sep-2024 Matthias Ringwald <[email protected]>

btstack_util: add read/write single bytes to little_endian/big_endian functions

for symmetry reasons


# b795dcd0 10-Jun-2024 Marcel Wappler <[email protected]>

windows: include <Windows.h> first


# ad144fa1 24-Sep-2024 Matthias Ringwald <[email protected]>

btstack_util: add safe versions of snprintf


# 6f5aa202 07-Aug-2024 Matthias Ringwald <[email protected]>

btstack_util: fix btstack_clz for Visual Studio


# 1a8c5172 15-Feb-2024 Dirk Helbig <[email protected]>

btstack_util: assert for btstack_clz(0)


# 1a3bc516 06-Mar-2024 Matthias Ringwald <[email protected]>

src: cast strlen() to uint16_t


# 76468bbd 18-Jul-2023 Milanka Ringwald <[email protected]>

btstack_util: use uint8 instead of unsigned char


# 42fea667 18-Jul-2023 Milanka Ringwald <[email protected]>

btstack_util: calculate CRC32 value using ISO 3309 (HDLC), polynomial (normal) 0x04c11db7


# 8933879e 04-Dec-2023 Matthias Ringwald <[email protected]>

btstack_util: return bool for uuid_has_bluetooth_prefix


# d7d45b32 14-Nov-2023 Matthias Ringwald <[email protected]>

btstack_util: use uint8_t as input for char_for_nibble


# 6d708481 08-Sep-2023 Dirk Helbig <[email protected]>

btstack_util: add btstack_is_null_bd_addr function
test/le_audio: switch to btstack_is_null_bd_addr


# af0ac871 11-Jul-2023 Alec Cantor <[email protected]>

btstack_util: fix btstack_clz for 'other' compilers


# 77955af6 11-Jan-2023 Matthias Ringwald <[email protected]>

btstack_util: add btstack_is_null


# 981f700b 20-Sep-2022 Matthias Ringwald <[email protected]>

btstack_util: fix btstack_strcpy


# ed7a067c 21-Mar-2022 Milanka Ringwald <[email protected]>

btstack_util: extend btstack_strcpy to return bytes copied


# f819d1d9 09-Feb-2022 Milanka Ringwald <[email protected]>

btstack_util: implement btstack_virtual_memcpy that copies a chunk of data into a virtual buffer backed by a physical buffer.


# a9d566f7 02-Sep-2022 Matthias Ringwald <[email protected]>

btstack_util: add btstack_time16_delta for 16-bit timers


# ec08441f 30-Apr-2022 Matthias Ringwald <[email protected]>

btstack_util: provide btstack_clz


# 3ece4788 29-Apr-2022 Matthias Ringwald <[email protected]>

btstack_util: add btstack_strcat


# 8d3d7744 29-Apr-2022 Matthias Ringwald <[email protected]>

btstack_util: fix btstack_strcpy


# a5f7b8d3 27-Apr-2022 Matthias Ringwald <[email protected]>

btstack_util: fix warnings


# 61c3ec28 25-Feb-2022 Matthias Ringwald <[email protected]>

btstack_util: extract bd_addr_to_str_with_delimiter


1234