zephyr/subsys/bluetooth
Morten Priess 1417e8f8c7 rf: JIT scheduler fixes and improvements
- Prevent double callback with ADV re-scheduling
  For configurations using CONFIG_BT_CTLR_JIT_SCHEDULING, when last
  ADV before initiating connection is re-scheduled with a small delay,
  the disabled_cb would be called a second time. This would unexpectedly
  invoke a second conn setup with illegal parameters.
  To avoid this JIT scheduler phenomenon, clear the ADV disabled_cb
  when invoked.
- Add priority to LLL header. This allows the conn priority to be
  associated with the object. Used in vendor LLL implementation.

Signed-off-by: Morten Priess <mtpr@oticon.com>
2022-02-21 22:00:57 -05:00
..
audio Bluetooth: Audio: Add BT_WARN for missing stream callbacks 2022-01-27 12:01:34 +02:00
common Bluetooth: Host: Non-discardable event buffer size is 255 for ext adv 2022-02-07 17:22:13 +01:00
controller rf: JIT scheduler fixes and improvements 2022-02-21 22:00:57 -05:00
host bluetooth: gatt: add validation for supervision timeout 2022-02-21 20:51:58 -05:00
mesh Bluetooth: Mesh: Fixes Unable recovery twice even after 192h 2022-02-21 21:57:32 -05:00
services Bluetooth: OTS: Use existing variable instead of finding value again 2022-02-21 20:51:14 -05:00
shell Bluetooth: Add common BT_CONN_INTERVAL_TO_MS macro 2022-02-21 19:40:42 -05:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig bluetooth: correct kconfig help 2021-12-21 18:19:24 +01:00
Kconfig.adv kconfig: bluetooth: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
Kconfig.iso kconfig: bluetooth: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00