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