Ron Evans

Results 987 comments of Ron Evans
trafficstars

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

Now closing since 0.9.0 has been released. Thank you!

Regarding Windows, it appears we can use https://learn.microsoft.com/en-us/uwp/api/windows.devices.bluetooth.bluetoothadapter.isperipheralrolesupported?view=winrt-22621 to check if the adaptor is enabled. See https://stackoverflow.com/a/71404948

Regarding nrf, we cannot default to the unknown state until `Enable()` is called and still use the same logic to determine if adaptor is powered on. So that is a...

Hello @vlappa I would guess that the version of BlueZ installed on your Linux machine does not match version we are using for this package. What kernel version/BlueZ version are...

Now closing since 0.9.0 has been released. Thank you!

Now closing since 0.9.0 has been released. Thank you!

Hello @dnlwgnd thank you for working on this. Now that #244 has been merged, we will need to make a similar change to the `ServiceData`.

@aykevl any further feedback before we squash/merge?

> Unfortunately I cannot see why the check is now failing, it is not on my end. @dnlwgnd that has now been corrected.