1. 041f0e5 all: logging: Remove log_strdup function by Krzysztof Chruscinski · 2 years, 9 months ago
  2. e7b66d1 Bluetooth: monitor: Fix sending logs over RTT by Mariusz Skamra · 2 years, 9 months ago
  3. 5113c14 subsystems: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 10 months ago
  4. 37e561f Bluetooth: Host: Add choice select whether BT RX by Lingao Meng · 3 years ago
  5. f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
  6. beaa73f Bluetooth: Kconfig: Hide buffer configuration in a separate menu by Rubin Gerritsen · 3 years ago
  7. 18171bc Bluetooth: Host: Non-discardable event buffer size is 255 for ext adv by Rubin Gerritsen · 3 years, 1 month ago
  8. 48313ef Bluetooth: common: Kconfig: Extend EVT buf size to store IQ samples by Piotr Pryga · 3 years, 1 month ago
  9. 262cc55 logging: Deprecate v1, default to v2 by Krzysztof Chruscinski · 3 years, 2 months ago
  10. 727ea49 Bluetooth: Fix default event size when periodic adv sync is enabled by Rubin Gerritsen · 3 years, 2 months ago
  11. 48f90cc bluetooth: Increase ACL packet size limit for non-Zephyr controllers by Frode van der Meeren · 3 years, 4 months ago
  12. 301a710 Bluetooth: common: Add build asserts for address struct sizes by Carles Cufi · 3 years, 6 months ago
  13. 3f09f94 bluetooth: Add missing choice names in Kconfig by Kamil Gawor · 3 years, 6 months ago
  14. a80f5b2 Bluetooth: Controller: Set default HCI event size with per adv by Andrzej Kaczmarek · 3 years, 7 months ago
  15. 9ad610d bluetooth: remove Kconfig options CONFIG_BT_*_ON_DEV_NAME by Johann Fischer · 3 years, 7 months ago
  16. a947d5a Bluetooth: controller: Extend HCI TX cmd buf size for CTE rx param cmd by Piotr Pryga · 3 years, 7 months ago
  17. 3ec6411 Bluetooth: Mesh: Align capitalization for BT mesh by Ingar Kulbrandstad · 3 years, 8 months ago
  18. 3a559e9 Bluetooth: Mesh: Modularizing the proxy by Lingao Meng · 3 years, 8 months ago
  19. 6483e12 Bluetooth: Refactor bluetooth buffer configuration for simplification by Joakim Andersson · 3 years, 10 months ago
  20. d0e0af7 Bluetooth: Add option to log btsnoops over RTT by Magdalena Kasenberg · 3 years, 10 months ago
  21. f5cb887 bluetooth: Allow immediate logging with software-based LL by Guillaume Lager · 4 years, 6 months ago
  22. 9ac8dcf Bluetooth: Call bt_recv from priority higher that TX thread. by Joakim Andersson · 4 years, 7 months ago
  23. f756b79 Bluetooth: controller: Use NRF RNG entropy device by Joakim Andersson · 4 years, 9 months ago
  24. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 9 months ago
  25. b67a31e Bluetooth: controller: Remove legacy LL by Carles Cufi · 4 years, 10 months ago
  26. 9e8a302 Bluetooth: log: Add BT_ASSERT_MSG that matches __ASSERT by Joakim Andersson · 5 years ago
  27. 7b2f9d9 bluetooth: fix signed and unsigend comparison warnings by Joakim Andersson · 5 years ago
  28. b1e1f64 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  29. 4b37a8f Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" by Carles Cufi · 5 years ago
  30. 8739517 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  31. ac05ae3 Bluetooth: Fix controller RPA calling into host with host-based crypto by Joakim Andersson · 5 years ago
  32. 8b98231 Bluetooth: HCI: Fix allow Zephyr VS HCI commands in host-only build by Joakim Andersson · 5 years ago
  33. 08168f6 Bluetooth: assert: Change printed expression to printing line and file by Joakim Andersson · 5 years ago
  34. 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
  35. b30b480 Bluetooth: UUID: Expose bt_uuid_to_str to application by Joakim Andersson · 5 years ago
  36. 198013a Bluetooth: Fix BT log level config won't take effect by Alex Li · 5 years ago
  37. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  38. 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
  39. ac9fe11 Kconfig: Remove copy-pasted comments on some promptless symbols by Ulf Magnusson · 5 years ago
  40. cd9b940 Bluetooth: common: Statically check for immediate logging by Carles Cufi · 5 years ago
  41. 3920844 Bluetooth: Host: Fix usage of re-using Bluetooth log buffers by Joakim Andersson · 5 years ago
  42. 8ce0cf0 kconfig: Convert device tree chosen properties to new kconfigfunctions by Kumar Gala · 6 years ago
  43. aa960c9 Bluetooth: log: Rework BT_ASSERT by Carles Cufi · 6 years ago
  44. 5412409 include/bluetooth: rearrange for standard use of extern "C" by Peter Bigot · 6 years ago
  45. efb8df5 cleanup: include/: move misc/stack.h to debug/stack.h by Anas Nashif · 6 years ago
  46. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  47. 5d001f3 cleanup: include/: move misc/byteorder.h to sys/byteorder.h by Anas Nashif · 6 years ago
  48. e1e05a2 cleanup: include/: move atomic.h to sys/atomic.h by Anas Nashif · 6 years ago
  49. bae9f19 samples: Bluetooth: hci_uart: Implement NOP Command Complete by Carles Cufi · 6 years ago
  50. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  51. caa4f7b kconfig: bluetooth: Let BT_HCI_VS be configurable from controller by Thomas Stenersen · 6 years ago
  52. b34b2c5 Bluetooth: kconfig: Remove redundant dependencies by Ulf Magnusson · 6 years ago
  53. 75f77db include: misc: util.h: Rename min/max to MIN/MAX by Carlos Stuart · 6 years ago
  54. ff70b34 dts: Convert CONFIG_ to DT_ symbols for chosen props by Kumar Gala · 6 years ago
  55. 254a97a Bluetooth: controller: Preliminary work in progress mesh ext. by Vinayak Kariappa Chettimada · 6 years ago
  56. 5b9d5a21 Bluetooth: Fixes length limit in `bt_hex_real` by Jiahao Li · 6 years ago
  57. dc2ab4d bluetooth: Simplifying log macros by Krzysztof Chruscinski · 6 years ago
  58. c2e7847 bluetooth: common: Add BT hexdump by Andrzej Puzdrowski · 6 years ago
  59. 58245cd Bluetooth: Define log level at bluetooth subsystem level by Olivier Martin · 6 years ago
  60. ee47f7f doc: fix kconfig misspellings by David B. Kinder · 6 years ago
  61. 9f18ff9 Bluetooth: Convert monitor protocol to a logger backend by Johan Hedberg · 6 years ago
  62. cd4cf4e Bluetooth: Convert string helpers to use log_strdup by Johan Hedberg · 6 years ago
  63. 251d991 Bluetooth: Remove custom stack macros by Johan Hedberg · 6 years ago
  64. 343c53e Bluetooth: Switch from SYS_LOG to logger-based logging by Johan Hedberg · 6 years ago
  65. 5bd6bc4 Bluetooth: log: Make address helpers more robust by Johan Hedberg · 6 years ago
  66. 6a68b29 Bluetooth: Only build bt_hex() if BT_DEBUG is enabled by Johan Hedberg · 6 years ago
  67. 773b21a bluetooth: config: Fix bluetooth config dependencies by Joakim Andersson · 6 years ago
  68. e76224d Bluetooth: Controller: Add CONFIG_BT_HCI_VS option by Szymon Janc · 6 years ago
  69. da49f2e coccicnelle: Ignore return of memset by Flavio Ceolin · 7 years ago
  70. 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
  71. d62117e kconfig: Change how BT affects SYSTEM_WORKQUEUE_PRIORITY by Sebastian Bøe · 7 years ago
  72. f8dc4b6 net: bluetooth: Enforce the minimum user_data size at Kconfig by Sebastian Bøe · 7 years ago
  73. 7d98965 Bluetooth: Add HCI User Channel driver for native POSIX port by Johan Hedberg · 7 years ago
  74. 0ad6dbd Bluetooth: Move HCI command buffer user data into separate array by Johan Hedberg · 7 years ago
  75. dd09cbc net: buf: Redesigned API with split data and meta-data by Johan Hedberg · 7 years ago
  76. 4d2ad0a Bluetooth: remove unused BT_DEBUG_COLOR by Anas Nashif · 7 years ago
  77. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  78. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  79. 7166920 Bluetooth: Add option to use heuristics for VS HCI detection by Johan Hedberg · 7 years ago
  80. a2db217 Bluetooth: Clean up address-to-string usage & implementation by Johan Hedberg · 7 years ago
  81. e0c1c0a Bluetooth: controller: Common config for VS extensions by Carles Cufi · 7 years ago
  82. d5c13a7 Bluetooth: controller: Rename Kconfig prefix by Carles Cufi · 8 years ago
  83. 2975ca0 Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* by Johan Hedberg · 8 years ago
  84. a260d6f Bluetooth: controller: Resolve TargetA in software by Carles Cufi · 8 years ago
  85. a45dac0 dts: fix Kconfig enablment of BLUETOOTH_MONITOR_ON_DEV_NAME by Kumar Gala · 8 years ago
  86. 9a13a0c Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities by Vinayak Kariappa Chettimada · 8 years ago
  87. 4053470 Bluetooth: controller: Add inital support for Controller-based privacy by Carles Cufi · 8 years ago
  88. 1506b24 Bluetooth: Correctly select RPA and TINYCRYPT options by Carles Cufi · 8 years ago
  89. 397d29d linker: move all linker headers to include/linker by Anas Nashif · 8 years ago
  90. 7d075f5 Bluetooth: Enforce cooperative priorities in Bluetooth threads by Carles Cufi · 8 years ago
  91. 567c6c7 misc: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  92. f1f5275 bluetooth: Allow to specify Logging Domain by Andrei Emeltchenko · 8 years ago
  93. 6c9e563 Bluetooth: Move common code to common/ by Carles Cufi · 8 years ago