index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
btstack
/
modbluetooth_btstack.c
Age
Commit message (
Expand
)
Author
2020-04-29
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Jim Mussared
2020-04-29
extmod/btstack: Implement more robust init/deinit sequencing.
Jim Mussared
2020-04-29
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-07
extmod/btstack: Pass through SCAN_RSP events.
Damien George
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
extmod/nimble: Clarify active state and check for active in all methods.
Jim Mussared
2020-03-10
extmod/btstack: Implement notifications/indications for GATT clients.
Damien George
2020-03-10
extmod/btstack: Implement scan and gatt client, connect and disconnect.
Damien George
2020-03-10
extmod/btstack: Implement gatts_db for btstack.
Damien George
2020-03-10
extmod/btstack: Implement service registration.
Damien George
2020-03-10
extmod/btstack: Implement advertising.
Damien George
2020-03-10
extmod/btstack: Add empty modbluetooth implementation.
Damien George