Symbol: BluetoothServer
src/servers/bluetooth/BluetoothServer.cpp
103
void BluetoothServer::ReadyToRun(void)
src/servers/bluetooth/BluetoothServer.cpp
123
void BluetoothServer::AppActivated(bool act)
src/servers/bluetooth/BluetoothServer.cpp
129
void BluetoothServer::MessageReceived(BMessage* message)
src/servers/bluetooth/BluetoothServer.cpp
325
BluetoothServer::NotifyWatchers(BMessage* notice)
src/servers/bluetooth/BluetoothServer.cpp
340
BluetoothServer::DiscoverServices(ServerRemoteDevice* rd)
src/servers/bluetooth/BluetoothServer.cpp
355
BluetoothServer::NotifyServices(ServerRemoteDevice* rd)
src/servers/bluetooth/BluetoothServer.cpp
373
BluetoothServer::LocateDelegateFromMessage(BMessage* message)
src/servers/bluetooth/BluetoothServer.cpp
385
BluetoothServer::LocateLocalDeviceImpl(hci_id hid)
src/servers/bluetooth/BluetoothServer.cpp
405
BluetoothServer::HandleLocalDevicesCount(BMessage* message, BMessage* reply)
src/servers/bluetooth/BluetoothServer.cpp
414
BluetoothServer::HandleAcquireLocalDevice(BMessage* message, BMessage* reply)
src/servers/bluetooth/BluetoothServer.cpp
47
LocalDeviceImpl* lDeviceImplementation = ((BluetoothServer*)be_app)->
src/servers/bluetooth/BluetoothServer.cpp
489
BluetoothServer::HandleSimpleRequest(BMessage* message, BMessage* reply)
src/servers/bluetooth/BluetoothServer.cpp
520
BluetoothServer::HandleGetProperty(BMessage* message, BMessage* reply)
src/servers/bluetooth/BluetoothServer.cpp
589
BluetoothServer::ShowWindow(BWindow* pWindow)
src/servers/bluetooth/BluetoothServer.cpp
601
BluetoothServer::_InstallDeskbarIcon()
src/servers/bluetooth/BluetoothServer.cpp
61
BluetoothServer::BluetoothServer()
src/servers/bluetooth/BluetoothServer.cpp
619
BluetoothServer::_RemoveDeskbarIcon()
src/servers/bluetooth/BluetoothServer.cpp
635
BluetoothServer* bluetoothServer = new BluetoothServer;
src/servers/bluetooth/BluetoothServer.cpp
75
bool BluetoothServer::QuitRequested(void)
src/servers/bluetooth/BluetoothServer.cpp
94
void BluetoothServer::ArgvReceived(int32 argc, char **argv)
src/servers/bluetooth/BluetoothServer.h
47
class BluetoothServer : public BApplication
src/servers/bluetooth/BluetoothServer.h
51
BluetoothServer();
src/servers/bluetooth/LocalDeviceImpl.cpp
1313
((BluetoothServer*)be_app)->NotifyWatchers(&notice);
src/servers/bluetooth/LocalDeviceImpl.cpp
1588
((BluetoothServer*)be_app)->NotifyWatchers(&reply);
src/servers/bluetooth/LocalDeviceImpl.cpp
1610
((BluetoothServer*)be_app)->NotifyWatchers(&reply);
src/servers/bluetooth/LocalDeviceImpl.cpp
1871
((BluetoothServer*)be_app)->DiscoverServices(rd);
src/servers/bluetooth/LocalDeviceImpl.cpp
1913
((BluetoothServer*)be_app)->NotifyServices(rd);
src/servers/bluetooth/LocalDeviceImpl.cpp
980
((BluetoothServer*)be_app)->NotifyWatchers(&reply);