aboutsummaryrefslogtreecommitdiff
path: root/extmod/modbluetooth.c
AgeCommit message (Expand)Author
2020-03-10extmod/modbluetooth: Extract out gatts_db functionality from nimble.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-18extmod/modbluetooth: Implement config getter for BLE rxbuf size.Thomas Friebel
2019-12-27extmod: Fix modbluetooth and modwebrepl to build in nanbox mode.Damien George
2019-12-05extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).Damien George
2019-12-04extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.Damien George
2019-12-04stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.Damien George
2019-12-02extmod/modbluetooth: Remove limit on data coming from gattc data input.Damien George
2019-12-02extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled.Damien George
2019-11-25extmod/modbluetooth: Simplify management of pre-allocated event data.Jim Mussared
2019-11-25extmod/modbluetooth: Create UUID from bytes and allow comparison ops.Jim Mussared
2019-11-21extmod/modbluetooth: Prioritise non-scan-result events.Jim Mussared
2019-10-29extmod/modbluetooth: Add gatts_set_buffer.Jim Mussared
2019-10-22extmod/modbluetooth: Rename module to "ubluetooth".Jim Mussared
2019-10-22extmod/modbluetooth: Persist reference to NimBLE service instances.Jim Mussared
2019-10-22extmod/modbluetooth: Make UUID support the buffer protocol.Jim Mussared
2019-10-15extmod/modbluetooth: In gap_advertise only accept None to stop adv.Damien George
2019-10-15extmod/modbluetooth: Make gap_disconnect not raise when disconnected.Jim Mussared
2019-10-15extmod/modbluetooth: Improve ringbuf handling.Jim Mussared
2019-10-15extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event.Jim Mussared
2019-10-15extmod/modbluetooth: Clear gap_advertise payload when data is empty.Jim Mussared
2019-10-11extmod/modbluetooth: Use us instead of ms for advertising interval.Jim Mussared
2019-10-11extmod/modbluetooth: Allow config of scan interval/window.Jim Mussared
2019-10-01extmod/modbluetooth: Add low-level Python BLE API.Jim Mussared