We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1a75b commit f669df6Copy full SHA for f669df6
src/main.c
@@ -121,7 +121,7 @@ int main(void) {
121
// Initialize the Bluetooth stack.
122
// Give the system more time to stabilize before initializing Bluetooth.
123
k_sleep(K_SECONDS(2));
124
- ret = enable_bluetooth_and_start_advertisement();
+ ret = enable_bluetooth_subsystem();
125
if (ret) {
126
LOG_ERR("Bluetooth subsystem couldn't enabled. (RET: %d)", ret);
127
return ret;
0 commit comments