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