12 Commits

Author SHA1 Message Date
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
5c54401929 tool: update python scripts to python3 2020-07-09 16:24:31 +02:00
Matthias Ringwald
d918542bd5 tool: avoid // in comments for header files generated by Bluetooth SIG web scraping 2019-12-02 14:37:32 +01:00
Matthias Ringwald
80e33422a9 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02:00
Matthias Ringwald
cccaab8051 bluetooth_sdp: follow changes on Bluetooth SIG site 2019-05-05 16:11:16 +02:00
Matthias Ringwald
b436f1776a tool: add datetime to scraped bluetooth_* files 2018-03-09 13:03:35 +01:00
Matthias Ringwald
46b212911c bluetooth_sdp: add Browse Group Identifiers 2017-03-26 21:57:06 +02:00
Matthias Ringwald
d38c4adf3a sdp: provide BLUETOOTH_ATTRIBUTE_SERVICE_CLASS_ID_LIST and use in device_id_sever.c 2017-02-23 12:00:02 +01:00
Matthias Ringwald
b816bb66c8 web scraper for SDP UUIDs complete, add src/bluetooth_sdp.h 2017-02-03 00:15:36 +01:00
Matthias Ringwald
3860edc8a3 bluetooth_sdp: use xpath to find talble 2017-01-31 23:41:13 +01:00
Matthias Ringwald
d1935f6934 web scraper for SDP UUIDs 2017-01-31 23:16:48 +01:00