1. e9ed634 Bluetooth: Mesh: Fix postponing storage deadline indefinitely by Johan Hedberg · 6 years ago
  2. c0a7e4d Bluetooth: Mesh: Fix RPL storage timeout handling by Johan Hedberg · 6 years ago
  3. 9a5cb22 bluetooth: controller: hal: Correct the bit mask of used PPI channels by Andrzej Głąbek · 6 years ago
  4. 909f5a8 Bluetooth: gatt: Fix foreach iteration of static attributes by Mariusz Skamra · 6 years ago
  5. 2a0a48f Bluetooth: controller: hal: Fix PPI macro naming by Carles Cufi · 6 years ago
  6. 5e38ed9 ext: nrfx: Reserve PPI channels and groups used by Bluetooth controller by Andrzej Głąbek · 6 years ago
  7. e5cf9ce Bluetooth: controller: ull/lll: Do not feature exc more than once by Alexander Svensen · 6 years ago
  8. c629ea8 Bluetooth: controller: Disable controller privacy feature by Vinayak Kariappa Chettimada · 6 years ago
  9. 90c205f Bluetooth: controller: Enable Zephyr VS HCI in ULL/LLL impl. by Vinayak Kariappa Chettimada · 6 years ago
  10. 06ddc2b Bluetooth: controller: Fix Rx and Tx buffer sizes by Vinayak Kariappa Chettimada · 6 years ago
  11. a4370b7 Bluetooth: controller: Fix ULL LLL execution priority selection by Vinayak Kariappa Chettimada · 6 years ago
  12. 9602a69 Bluetooth: controller: Fix incorrect data type use in slot calc by Vinayak Kariappa Chettimada · 6 years ago
  13. e2dbe4f Bluetooth: controller: Fix incorrect conditional compilation by Vinayak Kariappa Chettimada · 6 years ago
  14. 343937c Bluetooth: controller: ull/lll: Fix pin or key missing response by Vinayak Kariappa Chettimada · 6 years ago
  15. 8a4c131 Bluetooth: controller: ull/lll: Workaround CPR procedure collision by Alexander Svensen · 6 years ago
  16. b8c2c7e Bluetooth: controller: ull/lll: Increase adv random delay resolution by Vinayak Kariappa Chettimada · 6 years ago
  17. 4cebd73 Bluetooth: controller: Use void pointer to return rand value by Vinayak Kariappa Chettimada · 6 years ago
  18. ffcbf12 bluetooth: controller: Made BT_CTLR_RX_PRIO_STACK_SIZE non-hidden by Morten Priess · 6 years ago
  19. 211a81f Bluetooth: controller: Fix XTAL advanced feature by Vinayak Kariappa Chettimada · 6 years ago
  20. 4b9dee8 Bluetooth: controller: Add GPIO Debug Pins for HFCLK state by Vinayak Kariappa Chettimada · 6 years ago
  21. 54e78b9 Bluetooth: controller: Move LLL-to-ULL Tx Ack API to ULL by Vinayak Kariappa Chettimada · 6 years ago
  22. 23269d9 Bluetooth: controller: Implement low latency ULL processing by Vinayak Kariappa Chettimada · 6 years ago
  23. 34f6d08 Bluetooth: controller: Yield ULL processing when Ctrl PDU deferred by Vinayak Kariappa Chettimada · 6 years ago
  24. a872911 Bluetooth: controller: Fix missing BT_CTLR_FILTER conditional by Vinayak Kariappa Chettimada · 6 years ago
  25. 646f617 bluetooth: controller: Allow out-of-tree vendor specific HCI commands by Morten Priess · 6 years ago
  26. 99fae68 Bluetooth: controller: commentary and readability improvements by Mark Ruvald Pedersen · 6 years ago
  27. 23636cb Bluetooth: controller: Fix pin or key missing response by Vinayak Kariappa Chettimada · 6 years ago
  28. e69b4be Bluetooth: Fix return type for settings read callback by Johan Hedberg · 6 years ago
  29. bd00714 Bluetooth: GATT: Rename BT_GATT_DB to BT_GATT_DYNAMIC_DB by Luiz Augusto von Dentz · 6 years ago
  30. 45e1ce8 Bluetooth: GATT: Move GATT/ATT option to Kconfig.gatt by Luiz Augusto von Dentz · 6 years ago
  31. d7d6403 Bluetooth: GATT: Fix typo in commments by Luiz Augusto von Dentz · 6 years ago
  32. 2c4e5d5 Bluetooth: GATT: Disable dynamic database by default by Luiz Augusto von Dentz · 6 years ago
  33. c42707c Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible by Luiz Augusto von Dentz · 6 years ago
  34. b3a6da6 Bluetooth: GATT: Add option to enable/disable database by Luiz Augusto von Dentz · 6 years ago
  35. e0f3ab6 Bluetooth: GATT: Add support for static services by Luiz Augusto von Dentz · 6 years ago
  36. 0392ad0 Bluetooth: GATT: Fix usage of uint16_t instead of u16_t by Luiz Augusto von Dentz · 6 years ago
  37. 3ac8fa5 bluetooth: controller: Move Nordic specific code by Thomas Ebert Hansen · 6 years ago
  38. a202c14 bluetooth: controller: Move Nordic specific code by Thomas Ebert Hansen · 6 years ago
  39. a1cbbbe Bluetooth: controller: Fix nRF52840 Coded PHY timings by Vinayak Kariappa Chettimada · 6 years ago
  40. f35dd8e Bluetooth: controller: Fix regression in Coded PHY CI Change by Vinayak Kariappa Chettimada · 6 years ago
  41. c741ef6 bluetooth: controller: Mayfly yield after call under Kconfig by Morten Priess · 6 years ago
  42. d533dde bluetooth: controller: Moved library source for lll_test.c by Morten Priess · 6 years ago
  43. 23e1f4d bluetooth: controller: Added missing variable initializations by Morten Priess · 6 years ago
  44. 4596e15 bluetooth: controller: Minor refactoring in ticker.c by Morten Priess · 6 years ago
  45. 21ae705 bluetooth: controller: Source code documentation of ticker by Morten Priess · 6 years ago
  46. 5c3709c bluetooth: controller: Add def's re. update to slot reservation calc by Erik Brockhoff · 6 years ago
  47. 1618c1b bluetooth: controller: Update to use new EVENT_IFS_US define by Erik Brockhoff · 6 years ago
  48. 1090b45 bluetooth: controller: Update slot reservation time calculation for ADV by Erik Brockhoff · 6 years ago
  49. 5257fed Bluetooth: controller: Fix advanced XTAL feature regression by Vinayak Kariappa Chettimada · 6 years ago
  50. 0654c33 bluetooth: Fix bt_conn->id handling by Marek Pieta · 6 years ago
  51. 94451b2 subsys/settings: Allow to register custom backends in settings subsystem by François Delawarde · 6 years ago
  52. c5f6e8b bluetooth: host: format specifier alignment by Kamil Piszczek · 6 years ago
  53. 6576efe Bluetooth: shell: Add command for Read Using Characteristic UUID by Tedd Ho-Jeong An · 6 years ago
  54. 100f671 Bluetooth: GATT: Add support for Read Using Characteristic UUID by Tedd Ho-Jeong An · 6 years ago
  55. e90ba89 Bluetooth: controller: Fixes to pass DLE/PHY conformance tests by Vinayak Kariappa Chettimada · 6 years ago
  56. 7b68ec8 Bluetooth: controller: Move PKT_US to ULL internal header by Vinayak Kariappa Chettimada · 6 years ago
  57. 705515c Bluetooth: controller: Data Length Update port to ULL/LLL arch by Vinayak Kariappa Chettimada · 6 years ago
  58. 2ba6146 Bluetooth: Shell: Add GATT command set by Luiz Augusto von Dentz · 6 years ago
  59. 4c80bb5 Bluetooth: Shell: Add GATT command get by Luiz Augusto von Dentz · 6 years ago
  60. 090f95d Bluetooth: Shell: Add option UUID parameter to GATT show-db by Luiz Augusto von Dentz · 6 years ago
  61. 26fea23 Bluetooth: shell: Make show-db print the total number of attributes by Luiz Augusto von Dentz · 6 years ago
  62. 09c06a1 Bluetooth: Shell: Convert users of hexdump to shell_hexdump by Luiz Augusto von Dentz · 6 years ago
  63. 56a2691 bluetooth: host: Unref conn on direct adv start error by Pawel Dunaj · 6 years ago
  64. d4dbab9 bluetooth: host: Use correct identity when direct advertising by Pawel Dunaj · 6 years ago
  65. 26cfbf8 bluetooth: host: Save id when allocating CCC cfg slot by Pawel Dunaj · 6 years ago
  66. a1d69fb Bluetooth: Mesh: AES-CCM: Fix output MIC with additional data by Reham Tarek · 6 years ago
  67. 321fec4 bluetooth: hci_core: Remove misleading log by Marek Pieta · 6 years ago
  68. 9518223 Bluetooth: GATT: Store database hash by Luiz Augusto von Dentz · 6 years ago
  69. f7b4069 Bluetooth: Settings: Fix not allowing custom handlers without arguments by Luiz Augusto von Dentz · 6 years ago
  70. 755a6e5 Bluetooth: GATT: Fix iterating over requested handle range by Luiz Augusto von Dentz · 6 years ago
  71. 4154f27 Bluetooth: GATT: Skip ahead if handle is not within service handles by Luiz Augusto von Dentz · 6 years ago
  72. 1a3d9fa Bluetooth: Mesh: Add error checks for scan start/stop by Johan Hedberg · 6 years ago
  73. 51b45f0 bluetooth: conn: Fix bt_gatt_connected call by Marek Pieta · 6 years ago
  74. 42d3304 Bluetooth: Mesh: Fix qualification test MESH/SR/HM/CFS/BV-02-C by Johan Hedberg · 6 years ago
  75. fff35bd Bluetooth: controller: Fix encryption setup to be queueable by Vinayak Kariappa Chettimada · 6 years ago
  76. e81acd8 Bluetooth: controller: Revert set encryption procedure pending by Vinayak Kariappa Chettimada · 6 years ago
  77. bae9f19 samples: Bluetooth: hci_uart: Implement NOP Command Complete by Carles Cufi · 6 years ago
  78. f2a34a6 Bluetooth: GATT: Fix not clearing Client Features by Luiz Augusto von Dentz · 6 years ago
  79. 0e7bf9b Bluetooth: controller: Send unknown rsp to unexpected ENC ctrl PDU by Joakim Andersson · 6 years ago
  80. 9fb3abe Bluetooth: controller: Fix length request during encryption procedure by Joakim Andersson · 6 years ago
  81. 0cf82cd Bluetooth: controller: Set encryption procedure pending by Joakim Andersson · 6 years ago
  82. 63955e5 Bluetooth: Fix clearing conn->le.keys when unpairing by Johan Hedberg · 6 years ago
  83. 686f5c7 Bluetooth: Mesh: Fix not updating health publication message by Johan Hedberg · 6 years ago
  84. 7cdfe7f Bluetooth: shell: fix build warning if !BT_CENTRAL by Jim Paris · 6 years ago
  85. 309b7ff Bluetooth: Mesh: Update TODO to match current situation by Johan Hedberg · 6 years ago
  86. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  87. fa20ac3 Bluetooth: controller: Fix assert in raising event during proc collision by Joakim Andersson · 6 years ago
  88. 4aa4883 subsystems: Rename reserved function names by Patrik Flykt · 6 years ago
  89. 97b3bd1 drivers: Rename reserved function names by Patrik Flykt · 6 years ago
  90. 593d856 Bluetooth: PPCP: Fix not being able to disable configurations by Luiz Augusto von Dentz · 6 years ago
  91. 710adac Bluetooth: host: Add RPA in directed advertisement support by Joakim Andersson · 6 years ago
  92. c581163 Bluetooth: Fix not accepting string equal to CONFIG_BT_DEVICE_NAME_MAX by Luiz Augusto von Dentz · 6 years ago
  93. 21358ba all: Update unsigend 'U' suffix due to multiplication by Patrik Flykt · 6 years ago
  94. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  95. 49a3424 Bluetooth: Mesh: Remove redundant LOCAL_PUB_KEY flag by Johan Hedberg · 6 years ago
  96. c6fa295 Bluetooth: Mesh: Fix disconnecting existing provisioning bearers by Johan Hedberg · 6 years ago
  97. 7d3b627 Bluetooth: Mesh: Fix re-initializing provisioning state upon reset by Johan Hedberg · 6 years ago
  98. 87fe134 Bluetooth: Mesh: Fix gen_prov struct definition by Johan Hedberg · 6 years ago
  99. b40235b Bluetooth: Mesh: Take advantage of settings_delete() when possible by Johan Hedberg · 6 years ago
  100. 35ebacb Bluetooth: Clean up settings related code by Johan Hedberg · 6 years ago