We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617fa6c commit 78b52f6Copy full SHA for 78b52f6
1 file changed
pico_w/bt/standalone/server/server.c
@@ -190,6 +190,11 @@ int main() {
190
async_context_wait_for_work_until(cyw43_arch_async_context(), at_the_end_of_time);
191
}
192
193
+ att_server_deinit();
194
+
195
+ sm_deinit();
196
+ l2cap_deinit();
197
198
cyw43_arch_deinit();
199
200
printf("Press the \"S\" key to Start bluetooth\n");
0 commit comments