Trying setInitialState again

pull/1636/head
Ben Meadors 2022-08-20 14:14:15 -05:00
rodzic 1b588c2437
commit 703eac7277
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ class NimbleBluetoothServerCallback : public NimBLEServerCallbacks
passkeyShowing = false;
screen->stopBluetoothPinScreen();
}
// bluetoothPhoneAPI->setInitialState();
bluetoothPhoneAPI->setInitialState();
}
virtual void onDisconnect(NimBLEServer* pServer, ble_gap_conn_desc *desc)

Wyświetl plik

@ -57,7 +57,7 @@ void onConnect(uint16_t conn_handle)
connection->getPeerName(central_name, sizeof(central_name));
DEBUG_MSG("BLE Connected to %s\n", central_name);
// bluetoothPhoneAPI->setInitialState();
bluetoothPhoneAPI->setInitialState();
}
/**