Aleksander Wasaznik

Results 8 comments of Aleksander Wasaznik

RFC on something similar to property based testing: We should have a collection of statements that are always true, and parameterize them over all the variables that may affect the...

> Wouldn't `subsys/bluetooth/services/gap.c` make more sense as the location? EDIT: I misread your comment as proposing `subsys/bluetooth/gap.c`. My intention is that `gap_svc.c` is the GATT "frontend" for GAP. This file...

> Wouldn't `subsys/bluetooth/services/gap.c` make more sense as the location? I am positive to this. True, the service is mandatory on all GATT servers, but that can just be enforced by...

Do I understand correctly, that Apple devices will resolve RPAs for non-directed advertisement even if Central Address Resolution feature characteristic is not present? Core spec 5.3 says "If the Central...

@jhedberg > BT_INFO() should be used only in very rare cases, since it can’t be turned off if you have debug logs enabled. I assume you are saying that BT_INFO...

I'll move this PR into draft mode then. I think it will be more relevant after we address the move to standard logging macros.

> @alwa-nordic any plans to continue with this? Have we made progress on disabling info level by default?