Aleksander Wasaznik
Aleksander Wasaznik
NPM can get config from environment variables, like so: ````bash $ export npm_config_cmake_js_runtime=electron $ npm config list ... ; environment configs cmake-js-runtime = "electron" ... ```` However, as you see,...
Make use of `BT_INFO` and `BT_WARN` to log big events related to connections.
Removes alwa-nordic from the following paths: /tests/bluetooth/bsim_bt/bsim_test_mesh/ /tests/bluetooth/mesh_shell This is done by adding new definitions for those paths, inheriting the owners of the previously matching rule, but without alwa-nordic. Signed-off-by:...
This change fixes a bug where the second use of shell command `gatt exchange-mtu` would trigger an assertion failure in the stack. The BT API `bt_gatt_exchange_mtu` asserts `params->func != NULL`....
The host-based adv auto-resume function has both a problematic implementation and disagreement in the community around how it should behave. See the issue linked resolved below for details. This patch...