example.bluetooth.demo |
|
Java Source File Name | Type | Comment |
BTImageClient.java | Class | Initialize BT device, search for BT services,
presents them to user and picks his/her choice,
finally download the choosen image and present
it to user. |
BTImageServer.java | Class | Established the BT service, accepts connections
and send the requested image silently. |
DemoMIDlet.java | Class | Contains the Bluetooth API demo, that allows to download
the specific images from the other devices. |
GUIImageClient.java | Class | Provides a GUI to present the download options
to used, gives a chance to make a choice,
finally shows the downloaded image. |
GUIImageServer.java | Class | Allows to customize the images list to be published,
creates the corresponding service record to describe this list
and send the images to clients by request. |