Random low level API cleanup

This commit is contained in:
Willy-JL
2024-02-09 02:00:07 +00:00
parent aba6237fc8
commit 508288723a
6 changed files with 15 additions and 27 deletions

View File

@@ -445,8 +445,6 @@ static void gap_advertise_start(GapState new_state) {
0);
if(status) {
FURI_LOG_E(TAG, "set_discoverable failed %d", status);
} else {
FURI_LOG_D(TAG, "set_discoverable success");
}
gap->state = new_state;
GapEvent event = {.type = GapEventTypeStartAdvertising};