index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
common-hal
/
_bleio
/
Adapter.c
Age
Commit message (
Expand
)
Author
2021-03-31
Fix central pairing and crash on clear
Scott Shawcroft
2021-03-15
run code formatting script
microDev
2021-01-10
Round BLE timing values; fix timeout check
Dan Halbert
2020-12-23
BLE fixes
Dan Halbert
2020-08-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
2020-08-17
Merge pull request #3281 from dhalbert/fix-spim3-buffer-location
Dan Halbert
2020-08-17
Merge pull request #3284 from dhalbert/fix-3171-evt-handler
Scott Shawcroft
2020-08-15
Remove event handler before setting it to NULL
Dan Halbert
2020-08-15
SPIM3 buffer must be in first 64kB of RAM
Dan Halbert
2020-08-14
fix
Yihui Xiong
2020-08-13
able to change ble mac address
Yihui Xiong
2020-08-11
fix #3228 for nrf; still needs to be fixed for HCI; tested
Dan Halbert
2020-05-19
nrf: _bleio: clean up timeout calculation
Sean Cross
2020-05-19
bleio: adapter: add advertising timeout and status
Sean Cross
2020-05-19
_bleio: support anonymous advertising
Sean Cross
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-21
nrf: bleio: parameterize softradio configuration
Sean Cross
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2020-02-24
Fix crash after empty REPL session
Scott Shawcroft
2020-02-05
Add another error message for extended advertisements at the same
Scott Shawcroft
2020-01-31
increase max connections from 2 to 5
Dan Halbert
2020-01-30
track vm_used_ble better
Dan Halbert
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-10
wip: HID bonding works!
Dan Halbert
2020-01-09
wip; redid flash writing to be compatible with SD
Dan Halbert
2020-01-05
wip; compiles
Dan Halbert
2020-01-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft
2019-12-11
address review comments
Dan Halbert
2019-12-10
merge from upstream
Dan Halbert
2019-12-06
Merge pull request #2301 from tannewt/support_extended_advertising
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-11-26
Merge remote-tracking branch 'adafruit/master' into support_extended_advertising
Scott Shawcroft
2019-11-22
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
2019-11-21
Fix pairing when peripheral. Central untested.
Scott Shawcroft
2019-11-20
Use BluetoothError in _bleio
Scott Shawcroft
2019-11-19
Add support for extended (>31 byte) BLE advertisements.
Scott Shawcroft
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-10-22
Refine comments and switch prefix_len to size_t
Scott Shawcroft
2019-10-21
Refine _bleio
Scott Shawcroft
2019-10-20
Parameterize linker script
Dan Halbert
2019-08-29
rename bleio module to _bleio
Dan Halbert