summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/bleio
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-26remove some debugging printsDan Halbert
2019-08-25BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bondingDan Halbert
2019-08-22fix default crystal value; fix include orderDan 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-16address review comments; avoid calling common_hal_bleio_device... routines fr...Dan Halbert
2019-08-11nrf: Use RUN_BACKGROUND_TASKSJeff Epler
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-07fix newly-introduced bugs; UART client/server working againDan 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-31cleanup adapter.address; add uniquish suffix to BLE device nameDan 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-16Address review comments.Dan 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-22getting Scanner to workDan 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-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-05Make advertising data buffers long-livedDan Halbert
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-06-021. Remove advertising data construction in C: it's all done in Python nowDan Halbert
2019-05-31fix advertisement length check; add Service.secondary attributeDan Halbert
2019-05-23Need to enable ble before scanningDan Halbert
2019-05-23Scanner working, but not very first timeDan 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-02-21Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...Dan Halbert
2019-01-30re-init usb hardware when enable/disable SDhathach
2019-01-23also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android:Dan Halbert
2019-01-23support BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, sent by newer devicesDan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan 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
2019-01-01Broadcaster now takes whole packet. Also should be scannableDan Halbert