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