Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft concept for ble-split to transport refactor #575

Closed
wants to merge 1 commit into from

Conversation

xs5871
Copy link
Collaborator

@xs5871 xs5871 commented Sep 7, 2022

As discussed in #562 here's a draft of how to seperate the BLE communication logic out into a "black box" transport.
The idea is to have "transports" that handle the wire-level communication (UART, PIO UART, BLE, I2C, ...), which only handle the transfer of a sequence of bytes; the higher level split protocol is then independent of the low level transfer protocol.
I'm currently not in a position to test and debug this suggestion and leave the PR editable to maintainers.

@kdb424 kdb424 added bluetooth/wireless requires hardware testing extension Adds or modifies an extension/module labels Oct 2, 2022
@kdb424 kdb424 mentioned this pull request Oct 9, 2022
@kdb424
Copy link
Contributor

kdb424 commented Oct 9, 2022

Continuing work on #618

@kdb424 kdb424 closed this Oct 9, 2022
@xs5871 xs5871 deleted the refactor-ble-split branch April 1, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants