Preston Peranich

Results 8 comments of Preston Peranich

Let me know if I can provide any clarification on this PR. Thanks!

Awesome to hear that you have a refactor in mind to circumvent this issue. Do you plan on pushing that working branch? I'd like to see what direction you plan...

Looking through the code base, it appears that neither the `Connection` nor `ConnectionManager`'s `set_att_mtu` method is called anywhere. When I change the visibility of this method to `pub` and add...

I would be in favor of removing the `set_att_mtu` methods if they are no longer in use. It's interesting because when I run the `ble_bas_peripheral` example of the nrf-softdevice repo...

I had tested after the above discussion and came to the same result, but I will try again with the latest updates and post the outcome below.

Confirmed same behavior as before: nrf-softdevice implementation negotiates to 247 MTU, trouble implementation negotiates to 185 MTU with the same client (iPhone 15). Also tried with a Macbook with same...

This occurs for me after a `nix flake update` as well.

Originates from https://github.com/NixOS/nixpkgs/pull/332824