Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: rpc: Change handling of remote settings initialization
The former implementation of settings initialization was based on a command send by client by rpc_settings_set() function. That function was called by stetings subsustem during settings_load() execution. That together created deep execution call stack that required extended main thread stack size. To avoid the change to stack size, the implementation is changed, to send the settings load command to host if CONFIG_SETTINGS is eanbled. The command is send directly from bt_enable() function in bt_rpc_gap_client.c. Signed-off-by: Piotr Pryga <[email protected]>
- Loading branch information