bluetooth
bluetooth copied to clipboard
Secure Connections
Can I make bonding Secure Connections for service?
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
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).