Ulf Lilleengen

Results 219 comments of Ulf Lilleengen

I agree! If you don't mind, let's keep this issue around and change the title

@chrissuozzo Another way to fix that is by adding the "Service Changed" characteristic (see https://github.com/embassy-rs/trouble/issues/180 for a discussion about it) to the 0x1801 service. Relevant part in spec: https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-54/out/en/host/generic-attribute-profile--gatt-.html section...

Basic docs up now, so we can add anything not part of rustdoc to that https://embassy.dev/trouble/

@lure23 Very good suggestions. I agree with you that the scope should not be to cover that much BLE, but I added the concepts page to explain some of the...

Usually the API docs are specific towards the types and source code you see, and shown by your IDE etc. The "book" is more higher level that you can't really...

> Would it be possible to move away from defining `l2cap-rx-packet-pool-size`, `l2cap-tx-packet-pool-size`, `gatt-client-notification-max-subscribers` and `gatt-client-notification-queue-size` configuration in Cargo.toml? Say by letting users instead provide them with generic const parameters. The...

Sorry for the late answer, I didn't see that you replied back on this. Thanks for checking up on the metadata approach. > I've now done some experimentation with package...

Is this on the central side or on the peripheral side you're calling this? I'm using this successfully, so I'm surprised that you get this error. Could you share more...

Forgot to ask, which controller, nrf-sdc?

Hi, you might want to check the nrf softdevice controller docs for this command: https://github.com/nrfconnect/sdk-nrfxlib/blob/main/softdevice_controller/include/sdc_hci_cmd_le.h#L3471-L3477 ``` If the Host issues this command on a Connection_Handle where the Controller is the...