summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/bleio/Characteristic.c
AgeCommit message (Expand)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no or...Dan Halbert
2019-08-22Fix CPBlue LFCLKSRC; CPB has no status neopixelDan Halbert
2019-08-19Merge remote-tracking branch 'adafruit/master' into run-background-tasksDan Halbert
2019-08-11nrf: Use RUN_BACKGROUND_TASKSJeff Epler
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-06WIP: more Descriptor work; refactor gattc/gatts read/writeDan Halbert
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-07-30BLE: peripheral client pairing (not yet bonding); fix time doc formattingDan Halbert
2019-07-27allow discovery from central or peripheralDan Halbert
2019-07-09UARTClient now works both directionsDan Halbert
2019-07-07WIP: Need descriptors for Central CCCD discovery; not done yetDan Halbert
2019-07-02WIP: CharacteristicBuffer for Central; not working: need to set remote Charac...Dan Halbert
2019-06-29Central is connecting; characteristics can be read and writtenDan Halbert
2019-06-21WIP: Central compiles; now will testDan Halbert
2019-06-19WIP: backup only; not compiledDan Halbert
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-04-22Off-by-one error for usage of MAX_TX_IN_PROGRESSDan Halbert
2019-03-25Really fix the error messages in bleio, this timeRadomir Dopieralski
2019-03-25Fix error messages in bleioRadomir Dopieralski
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-08m_tx_in_progress might underflow (check on this)Dan Halbert
2019-01-08remove debugging printf'sDan Halbert
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2019-01-03evt handler list bugs; unique evt handler names; remove uuid128_referenceDan Halbert
2019-01-03forgot to store data when reading a gatts valueDan Halbert
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-07bleio WIP: redo for more immutability; use sd_* routines for internal flash w...Dan Halbert
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21bleio: A bit of cleanuparturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
2018-10-21nrf: BLE driver cleanuparturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
2018-10-21nrf: Move the Service class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the Characteristic class from ubluepy to the shared bleio modulearturo182