BluetoothServer
void BluetoothServer::ReadyToRun(void)
void BluetoothServer::AppActivated(bool act)
void BluetoothServer::MessageReceived(BMessage* message)
BluetoothServer::NotifyWatchers(BMessage* notice)
BluetoothServer::DiscoverServices(ServerRemoteDevice* rd)
BluetoothServer::NotifyServices(ServerRemoteDevice* rd)
BluetoothServer::LocateDelegateFromMessage(BMessage* message)
BluetoothServer::LocateLocalDeviceImpl(hci_id hid)
BluetoothServer::HandleLocalDevicesCount(BMessage* message, BMessage* reply)
BluetoothServer::HandleAcquireLocalDevice(BMessage* message, BMessage* reply)
LocalDeviceImpl* lDeviceImplementation = ((BluetoothServer*)be_app)->
BluetoothServer::HandleSimpleRequest(BMessage* message, BMessage* reply)
BluetoothServer::HandleGetProperty(BMessage* message, BMessage* reply)
BluetoothServer::ShowWindow(BWindow* pWindow)
BluetoothServer::_InstallDeskbarIcon()
BluetoothServer::BluetoothServer()
BluetoothServer::_RemoveDeskbarIcon()
BluetoothServer* bluetoothServer = new BluetoothServer;
bool BluetoothServer::QuitRequested(void)
void BluetoothServer::ArgvReceived(int32 argc, char **argv)
class BluetoothServer : public BApplication
BluetoothServer();
((BluetoothServer*)be_app)->NotifyWatchers(¬ice);
((BluetoothServer*)be_app)->NotifyWatchers(&reply);
((BluetoothServer*)be_app)->NotifyWatchers(&reply);
((BluetoothServer*)be_app)->DiscoverServices(rd);
((BluetoothServer*)be_app)->NotifyServices(rd);
((BluetoothServer*)be_app)->NotifyWatchers(&reply);