summaryrefslogtreecommitdiff
path: root/devices/ble_hci/common-hal/_bleio/Adapter.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-10-15cxd56 needed more precise include for __packed; needed SRC_C += on some portsDan Halbert
2020-08-30address review; use constructor for HCI AdapterDan Halbert
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-18Fix a few bugsDan Halbert
2020-08-16add generic servicesDan Halbert
2020-08-14bug in char get_value; raise NotImpl; better arg validationDan Halbert
2020-08-13fix reset logic to not do pin ops or heap ops at bad timesDan Halbert
2020-08-13ble_uart_echo_test worksDan Halbert
2020-08-03wip: partial discovery responses; compiles; not testedDan Halbert
2020-08-02wip: compilesDan Halbert
2020-07-30wip: implementing functionalityDan Halbert
2020-07-28ATT WIPDan Halbert
2020-07-23wip: ATT protocolDan Halbert
2020-07-16snapshotDan Halbert
2020-07-15back to working; check for extended advertising supportDan Halbert
2020-07-12wip: advertising; not testedDan Halbert
2020-07-08address working; improved pkt dumpDan Halbert
2020-07-08use zephyr include files; wip: compilesDan Halbert
2020-06-30hci skeleton done; not working yetDan Halbert
2020-06-26do HCI pin init in Python, not hereDan Halbert
2020-06-26wip; compiles; much commented outDan Halbert
2020-06-25hci early wip; refactor supervisor bluetooth.c for nrf: testedDan Halbert