bluetooth/server: Don't show blackboard on start
This commit is contained in:
@@ -56,9 +56,10 @@ DispatchEvent(struct hci_event_header* header, int32 code, size_t size)
|
|||||||
|
|
||||||
|
|
||||||
BluetoothServer::BluetoothServer()
|
BluetoothServer::BluetoothServer()
|
||||||
: BApplication(BLUETOOTH_SIGNATURE)
|
:
|
||||||
, fSDPThreadID(-1)
|
BApplication(BLUETOOTH_SIGNATURE),
|
||||||
, fIsShuttingDown(false)
|
fSDPThreadID(-1),
|
||||||
|
fIsShuttingDown(false)
|
||||||
{
|
{
|
||||||
Output::Instance()->Run();
|
Output::Instance()->Run();
|
||||||
Output::Instance()->SetTitle("Bluetooth message gathering");
|
Output::Instance()->SetTitle("Bluetooth message gathering");
|
||||||
@@ -115,8 +116,6 @@ void BluetoothServer::ArgvReceived(int32 argc, char **argv)
|
|||||||
|
|
||||||
void BluetoothServer::ReadyToRun(void)
|
void BluetoothServer::ReadyToRun(void)
|
||||||
{
|
{
|
||||||
ShowWindow(Output::Instance());
|
|
||||||
|
|
||||||
fDeviceManager->StartMonitoringDevice("bluetooth/h2");
|
fDeviceManager->StartMonitoringDevice("bluetooth/h2");
|
||||||
fDeviceManager->StartMonitoringDevice("bluetooth/h3");
|
fDeviceManager->StartMonitoringDevice("bluetooth/h3");
|
||||||
fDeviceManager->StartMonitoringDevice("bluetooth/h4");
|
fDeviceManager->StartMonitoringDevice("bluetooth/h4");
|
||||||
|
|||||||
Reference in New Issue
Block a user