Ulf Lilleengen

Results 205 comments of Ulf Lilleengen

> > Do you have an example use case where you cannot make do with tokio test or futures-test? > > Need here: > > [embassy/embassy-executor/src/raw/waker.rs](https://github.com/embassy-rs/embassy/blob/e447795f76276d5f2db30430bf39b812b0f054d1/embassy-executor/src/raw/waker.rs#L38) > > Line 38...

The update connection params support is quite new, so it can be a bit rough around the edges. So, this is the gist of how we do this in our...

> I see. How should I calculate those min/max event duration values? The available literature I've seen doesn't mention Events much at all, and the source doesn't explain much, I...

DLE is not mandated at all by trouble, and I think in general it should work with BLE 4.0. How can you be sure it's related to the BLE version?

Ah, I see, it's the lack of 4.0 pairing support. Let's keep this open in case someone wants to work on it then.

Thanks for the report. Trouble only supports connection oriented l2cap channels, are you sue it's trying to create those? You can try to enable [these log lines](https://github.com/embassy-rs/trouble/blob/main/host/src/channel_manager.rs#L338-L343), and maybe also...

> Thanks, thats a good direction, i tried that immediately. And i also researched twice that android supports that, see https://developer.android.com/about/versions/10/features#bluetooth-le-coc https://developer.android.com/reference/android/bluetooth/BluetoothDevice#createL2capChannel(int) > > also i found a hidden api...

Were you able to get it working and/or get more debug output?

Requires https://github.com/drogue-iot/embedded-tls/issues/13

No, but PRs are welcome!