Pavel Vasilyev
Pavel Vasilyev
This PR fixes the following issues: - Prevents from setting `struct bt_le_ext_adv_start_param.timeout` to zero when duration is between 1 and 9 and division equals to zero; - Limits duration for...
Issue: When the setting nvs cache is disabled and `settings_nvs_save` is called, the function reads all stored setting name entries from NVS until either finds the desired setting name entry...
When building proxy client without proxy server, it fails to find the `identity` field in the `struct bt_mesh_subnet_keys` because the latter only compiles when Proxy server is enabled. It should...