bluetooth icon indicating copy to clipboard operation
bluetooth copied to clipboard

Secure Connections

Open gitchander opened this issue 1 year ago • 3 comments
trafficstars

Can I make bonding Secure Connections for service?

gitchander avatar Nov 28 '23 14:11 gitchander

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

deadprogram avatar Dec 11 '23 20:12 deadprogram

See: https://github.com/tinygo-org/bluetooth/issues/200 and https://github.com/tinygo-org/bluetooth/pull/201

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

aykevl avatar Dec 25 '23 15:12 aykevl