index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modbluetooth.h
Age
Commit message (
Expand
)
Author
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-18
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
2020-06-05
extmod/modbluetooth: Implement read done event.
Jim Mussared
2020-06-05
extmod/modbluetooth: Allow discovery of svc/char by uuid.
Jim Mussared
2020-06-05
extmod/modbluetooth: Add discover complete events for svc/char/desc.
Jim Mussared
2020-06-05
extmod/modbluetooth: Make modbluetooth event not a bitfield.
Jim Mussared
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-04-29
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-07
extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.
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 service registration.
Damien George
2020-03-10
extmod/modbluetooth: Extract out gatts_db functionality from nimble.
Damien George
2020-02-18
extmod/modbluetooth.h: Fix typo in comment about registering services.
Jim Mussared
2019-12-27
extmod/modbluetooth: Fix func prototype, empty args should be (void).
Yonatan Goldschmidt
2019-12-04
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.
Damien George
2019-12-02
extmod/modbluetooth: Remove limit on data coming from gattc data input.
Damien George
2019-10-29
extmod/modbluetooth: Add gatts_set_buffer.
Jim Mussared
2019-10-22
extmod/modbluetooth: Persist reference to NimBLE service instances.
Jim Mussared
2019-10-22
extmod/modbluetooth: Make UUID support the buffer protocol.
Jim Mussared
2019-10-11
extmod/modbluetooth: Use us instead of ms for advertising interval.
Jim Mussared
2019-10-11
extmod/modbluetooth: Allow config of scan interval/window.
Jim Mussared
2019-10-01
extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config.
Andrew Leech
2019-10-01
extmod/modbluetooth: Add low-level Python BLE API.
Jim Mussared