aboutsummaryrefslogtreecommitdiff
path: root/extmod/mpbthci.h
AgeCommit message (Collapse)Author
2022-06-03extmod/nimble: Add support for reading whole HCI UART packets.Andrew Leech
This can improve efficiency for Bluetooth systems that already process whole packets at the lower layers.
2021-09-19extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.iabdalkader
This allows drivers to use mpbthciport functions to read/write/poll UART.
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
Previously the interaction between the different layers of the Bluetooth stack was different on each port and each stack. This commit defines common interfaces between them and implements them for cyw43, btstack, nimble, stm32, unix.