Matthias Ringwald
9f7bc48a07
doc/howto: sort ENABLE_* defines alphabetically
2025-01-31 13:16:51 +01:00
Matthias Ringwald
a86f3ac968
doc/howto: add ENABLE_AIROC_DOWNLOAD_MODE
2025-01-31 13:16:51 +01:00
David Lechner
0ca3fe1c31
remove semicolons from python files
...
Random semicolons in Python are distracting when reading the code.
2025-01-22 08:40:56 +01:00
David Lechner
73677349c9
tool: consistently use raw strings for regular expressions
...
Newer versions of Python raise a SyntaxWarning when a regular expression
contains a backslash that is not part of an escape sequence. To prevent
this warning and future exceptions, use raw strings for all regular
expressions. Even strings without escape sequences are converted for
consistency. Some IDEs will apply special syntax highlighting to raw
strings, which can make it easier to decipher regular expressions.
2025-01-22 08:40:56 +01:00
Matthias Ringwald
45299ad704
doc: gitignore generated docs
2024-09-26 14:13:09 +02:00
Matthias Ringwald
e54a3bca5d
doc: add missing words in gap and gatt server sections
2024-09-26 13:55:55 +02:00
Matthias Ringwald
842492f0d6
gatt_client: require ENABLE_GATT_CLIENT_SERVICE_CHANGED
2024-08-21 18:18:53 +02:00
Matthias Ringwald
849f0fb42e
doc: remove note on automatic close of RFCOMM multiplexer
2024-08-15 21:23:20 +02:00
Matthias Ringwald
41e15c2ad2
doc: update gatt service creation
2024-08-02 13:01:59 +02:00
Matthias Ringwald
d72e9d4b1d
att_server: document delayed write
2024-07-19 16:25:38 +02:00
Matthias Ringwald
be78df3b6c
hci_dump: add hci_dump_btstack_event to log internal events
2024-04-17 12:10:44 +02:00
Milanka Ringwald
4c76ee7e35
doc: improve API parsing
2024-04-01 13:33:04 +02:00
Milanka Ringwald
7502b1923c
doc: improve API parser
2024-03-30 00:05:08 +01:00
Matthias Ringwald
a4f1d90b0f
doc: fix hyperref update
2024-03-29 00:08:51 +01:00
Matthias Ringwald
d455ddb2f2
doc: ignore typedef for callbacks
2024-03-29 00:05:21 +01:00
Matthias Ringwald
c0947075b6
doc: fix web links from source code
2024-03-28 23:22:53 +01:00
Matthias Ringwald
a8681bdb71
doc: fix port links in quick start
2024-03-28 23:12:08 +01:00
Matthias Ringwald
47f34e0cff
doc: use raw strings for regular expressions in python
2024-03-28 22:57:38 +01:00
Matthias Ringwald
62daa44137
gap: made mutual authentication for legacy secure connections optional
2024-01-23 19:46:07 +01:00
Matthias Ringwald
d13e5cf660
doc: add RFCOMM multiplexer shutdown timeout
2023-12-12 10:37:39 +01:00
Matthias Ringwald
f48a558634
hci: add workaround for Controllers that fail to send command complete/status for connection that does not get established
2023-11-27 12:08:26 +01:00
Matthias Ringwald
5d6688b0c0
hci: add ENABLE_LE_ENHANCED_CONNECTION_COMPLETE_EVENT
2023-11-23 15:06:40 +01:00
Matthias Ringwald
db88441f67
sm: enable support for LE Secure Connection debug keys for testing
2023-11-20 14:08:30 +01:00
Matthias Ringwald
753e0cc26a
doc: improve att can send now explanation
2023-10-10 10:48:57 +02:00
Christian Erhardt
784e0634a9
doc: fix link on quick start page
2023-10-09 12:30:09 +02:00
Matthias Ringwald
8b6f0b06f2
doc: drop defined for non-persistent link key and le device db info
2023-10-06 23:23:07 +02:00
Matthias Ringwald
dd1f98b4e8
hci: send hci_bcm_pcm2_setup if HAVE_BCM_PCM2
2023-09-28 10:44:56 +02:00
Matthias Ringwald
08a78038ba
hfp: skip hci_bcm_write_i2spcm_interface_param if HAVE_BCM_PCM_NBS_16KHZ
...
Custom firmware can up/downsample NBS to 16 kHz which uses fixed 16 khz sample rate
2023-09-24 18:53:36 +02:00
Matthias Ringwald
e5fe9c79d1
doc: add .png to latex folder, fix pdf generation
2023-06-02 10:43:53 +02:00
Matthias Ringwald
d1b9b38f4e
windows-winusb-intel: improve zadig instructions, added images
2023-06-02 10:24:24 +02:00
Matthias Ringwald
db3c1f8953
gap: add ENABLE_EXPLICIT_DEDICATED_BONDING_DISCONNECT
2023-05-10 11:25:15 +02:00
Milanka Ringwald
75feb4ebc3
doc: fix path to APIs in GATT services
2023-03-03 11:19:29 +01:00
Milanka Ringwald
f84ec3e456
doc: remove double URL print
2023-03-03 11:11:20 +01:00
Milanka Ringwald
11ebce114c
doc: add GITHUB URL
2023-03-03 10:53:02 +01:00
Milanka Ringwald
9428602870
doc: add GITHUB URL to md files
2023-03-03 10:53:02 +01:00
Milanka Ringwald
820e47d09b
doc: update links
2023-03-02 10:53:29 +01:00
Milanka Ringwald
99238babf8
doc: update link in architecture page
2023-03-02 10:20:51 +01:00
Milanka Ringwald
7029d61c7d
Revert "doc: update cross-file links"
...
This reverts commit 0179ba640fbea214ff06e259b9fca5560341f1f1.
2023-03-02 09:47:26 +01:00
Milanka Ringwald
0179ba640f
doc: update cross-file links
2023-03-02 09:38:14 +01:00
Matthias Ringwald
ae35a99c2d
hci: add workaround to trigger hci le set adv params after hci le set random address
2023-02-01 11:35:39 +01:00
Matthias Ringwald
052e5e4278
btstack_flash_bank: write empty tag instead of overwriting existing tag with ENABLE_TLV_FLASH_WRITE_ONCE
2023-01-18 14:50:14 +01:00
Matthias Ringwald
ff1cb1067d
example/pan_lwip_http_server: only init lwip if HAVE_LWIP is not defined
2023-01-12 19:00:07 +01:00
Matthias Ringwald
6bcf18c2f9
hci: HCI_ACL_CHUNK_SIZE_ALIGNMENT allows to keep HCI transport writes aligned
2023-01-09 17:16:01 +01:00
Matthias Ringwald
1b5f4ae392
hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_*
2022-10-24 15:06:18 +02:00
Matthias Ringwald
4402df4207
doc: add table outlines
2022-10-24 14:55:46 +02:00
Matthias Ringwald
7f81e09eb5
doc: mention ENABLE_CONTROLLER_DUMP_PACKETS
2022-09-16 11:18:26 +02:00
Matthias Ringwald
39dbfe676c
doc: add HCI_INCOMING_PRE_BUFFER_SIZE and ENABLE_LE_WHITELIST_TOUCH_AFTER_RESOLVING_LIST_UPDATE
2022-08-17 12:12:10 +02:00
Milanka Ringwald
329d55f343
embedded: add HAVE_HAL_AUDIO_SINK_STEREO_ONLY
2022-06-23 20:56:05 +02:00
Milanka Ringwald
2e62f88c7e
docu: remove mapping of 300/600 baud to 2/3 mbps for posix targets
2022-06-23 20:55:55 +02:00
Matthias Ringwald
72237cc210
a2dp: use ENABLE_A2DP_EXPLICIT_CONFIG instead of individual source + sink flags
2022-03-16 22:20:10 +01:00