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

Secure Connections #204

Open
gitchander opened this issue Nov 28, 2023 · 3 comments
Open

Secure Connections #204

gitchander opened this issue Nov 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@gitchander
Copy link

Can I make bonding Secure Connections for service?

@deadprogram
Copy link
Member

At least some of the current platforms can support this, with some work to create the needed wrappers in this package.

SoftDevice:
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_p___p_e_r_i_p_h___l_e_s_c___m_s_c.html

Linux:
https://github.com/muka/go-bluetooth/blob/master/bluez/profile/device/gen_Device1.go#L782

@aykevl
Copy link
Member

aykevl commented Dec 25, 2023

See: #200 and #201

I plan on working on bonding soon, probably starting with #201 (but making sure the API is entirely cross-platform).

@deadprogram deadprogram added the enhancement New feature or request label Jan 24, 2024
@funkycode
Copy link

I know I didn't finish the previous PR on bonding, but back then I also poked secure bonding and was able to get it to connect, but not to reconnect for some reason (was long ago, so do not recall much) maybe it can be useful too, though it is not much there https://github.com/funkycode/bluetooth/tree/dev-lesc

Didn't touch it for a long time as lack of time, but would check if there is anything more I didn't commit in case it can be useful to someone to make a better progress and cleaner code 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants