Closed deadprogram closed 5 months ago
This PR is to refactor the HCI to separate the HCI transport implementation from the interface to not always assume UART.
In addition to clarifying the code, it is also in part to prepare for alternative HCI transport implementations such as over SPI.
This is working well as part of PR #271 so a little love here please? :smile_cat:
Merging now, thanks for review @aykevl
This PR is to refactor the HCI to separate the HCI transport implementation from the interface to not always assume UART.
In addition to clarifying the code, it is also in part to prepare for alternative HCI transport implementations such as over SPI.