summaryrefslogtreecommitdiff
path: root/extmod/btstack/modbluetooth_btstack.c
AgeCommit message (Expand)Author
2020-04-29extmod/modbluetooth: Fix sign compare and unused variable warnings.Jim Mussared
2020-04-29extmod/btstack: Implement more robust init/deinit sequencing.Jim Mussared
2020-04-29extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.Jim Mussared
2020-04-07extmod/btstack: Pass through SCAN_RSP events.Damien George
2020-03-11extmod/modbluetooth: Change scan result's "connectable" to "adv_type".Damien George
2020-03-11extmod/nimble: Clarify active state and check for active in all methods.Jim Mussared
2020-03-10extmod/btstack: Implement notifications/indications for GATT clients.Damien George
2020-03-10extmod/btstack: Implement scan and gatt client, connect and disconnect.Damien George
2020-03-10extmod/btstack: Implement gatts_db for btstack.Damien George
2020-03-10extmod/btstack: Implement service registration.Damien George
2020-03-10extmod/btstack: Implement advertising.Damien George
2020-03-10extmod/btstack: Add empty modbluetooth implementation.Damien George