clean up bluetooth services

This commit is contained in:
geeksville
2020-02-02 13:29:53 -08:00
parent efbe520107
commit 255463f6b8
4 changed files with 62 additions and 25 deletions

View File

@@ -361,8 +361,6 @@ void setup()
service.init();
BLEServer *serve = initBLE(getDeviceName()); // FIXME, use a real name based on the macaddr
BLEService *bts = createMeshBluetoothService(serve);
bts->start();
serve->getAdvertising()->addServiceUUID(bts->getUUID());
}
void loop()