bluetooth/server: Don't show blackboard on start

This commit is contained in:
Alexander von Gluck IV
2016-04-10 09:27:44 -05:00
parent 94215f0da3
commit e91079d501
+4 -5
View File
@@ -56,9 +56,10 @@ DispatchEvent(struct hci_event_header* header, int32 code, size_t size)
BluetoothServer::BluetoothServer()
: BApplication(BLUETOOTH_SIGNATURE)
, fSDPThreadID(-1)
, fIsShuttingDown(false)
:
BApplication(BLUETOOTH_SIGNATURE),
fSDPThreadID(-1),
fIsShuttingDown(false)
{
Output::Instance()->Run();
Output::Instance()->SetTitle("Bluetooth message gathering");
@@ -115,8 +116,6 @@ void BluetoothServer::ArgvReceived(int32 argc, char **argv)
void BluetoothServer::ReadyToRun(void)
{
ShowWindow(Output::Instance());
fDeviceManager->StartMonitoringDevice("bluetooth/h2");
fDeviceManager->StartMonitoringDevice("bluetooth/h3");
fDeviceManager->StartMonitoringDevice("bluetooth/h4");