index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
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.c
Age
Commit message (
Expand
)
Author
2021-01-22
extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add support for passkey authentication.
Jim Mussared
2020-12-02
extmod/modbluetooth: Simplify synchronous invoke_irq_handler signature.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add support for bonding (key persistence).
Jim Mussared
2020-12-02
extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow configuration of pairing/bonding parameters.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add compile-config flag to enable pairing/bonding.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow user-specified reason in read request IRQ.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow setting char/desc enc/auth options.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.
Andrew Leech
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
extmod/modbluetooth: Combine gattc-data-available callbacks into one.
Jim Mussared
2020-11-13
extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.
Jim Mussared
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-18
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-15
extmod/modbluetooth: Print UUIDs correctly.
Jim Mussared
2020-09-15
extmod/modbluetooth: Make BLE.irq() method positional only.
Jim Mussared
2020-09-15
extmod/modbluetooth: Fix handling of optional data/uuid args.
Jim Mussared
2020-09-08
extmod/modbluetooth: Implement configuration of address modes.
Jim Mussared
2020-08-26
extmod/bluetooth: Support active scanning in BLE.gap_scan().
Andrew Leech
2020-08-26
extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs.
Jim Mussared
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-20
extmod/modbluetooth: Fix so it builds in peripheral-only mode.
Jim Mussared
2020-07-20
extmod/modbluetooth: Ignore unused self_in in ble_gatts_indicate.
Jim Mussared
2020-07-18
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
2020-06-05
extmod/modbluetooth: Support bigger characteristic values.
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: Fix sign compare and unused variable warnings.
Jim Mussared
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-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
extmod/modbluetooth: Unify error handling in remaining places.
Thomas Friebel
2020-03-11
extmod/nimble: Clarify active state and check for active in all methods.
Jim Mussared
2020-03-10
extmod/modbluetooth: Extract out gatts_db functionality from nimble.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-18
extmod/modbluetooth: Implement config getter for BLE rxbuf size.
Thomas Friebel
2019-12-27
extmod: Fix modbluetooth and modwebrepl to build in nanbox mode.
Damien George
2019-12-05
extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).
Damien George
2019-12-04
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.
Damien George
2019-12-04
stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.
Damien George
2019-12-02
extmod/modbluetooth: Remove limit on data coming from gattc data input.
Damien George
2019-12-02
extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled.
Damien George
2019-11-25
extmod/modbluetooth: Simplify management of pre-allocated event data.
Jim Mussared
[next]