Ulf Lilleengen

Results 219 comments of Ulf Lilleengen

> Now that `configure` is moved out of `run`, maybe the `+CFUN` and `%XPDNCFG` commands should be moved into `run` instead? Your comment triggered me to try configure() multiple times...

> > > Now that `configure` is moved out of `run`, maybe the `+CFUN` and `%XPDNCFG` commands should be moved into `run` instead? > > > > > > Your...

Good question... I think that depends on what logger you have setup, and I guess 'defmt' would be the more common thing to use in the documentation.

Making them async would be a requirement from my side. For instance, in [watchful](https://github.com/lulf/watchful), the Nordic nRF DFU protocol relies on an implicit flow control in the gatt server. In...

I've been thinking about this problem, and I think it would be great to just get rid of the attribute server/attribute table. What I'm thinking right now is an API...

> Generally I like the idea, but according to the current code, I'm not very clear about how to specify the data type? Take the `BatteryService` as an example, if...

> > I've been thinking about this problem, and I think it would be great to just get rid of the attribute server/attribute table. What I'm thinking right now is...

> > I didn't think too much about this part yet, but I think it can be fixed independently. One suggestion is to use the desired type as a generic...

> > Yes, you could use &[u8] as the type param with this approach as well I think. If you want a stream, please consider l2cap connection oriented channels if...