Communication - Motorola V3x Technical Manual

2 cameras; 320x240 display
Hide thumbs Also See for V3x:
Table of Contents

Advertisement

Security
Security must be set or controlled by the API. Parameters that are available to be set are:

Communication

Communication covers establishing connections to other devices via specific Bluetooth
profiles or protocols. Bluetooth connections established using this API are based on the
following three protocols:
Additionally, other profiles can be built upon these three basic protocols, but the profiles
would have to be emulated by the MIDlet suite.
The implementation must support opening a connection with either a server connection
URL or a client connection URL, with the default mode of READ_WRITE.
Serial Port Profile (SPP)
General Rules:
LocalDevice contains control settings of the local Bluetooth device. Settings can
be read and changed.
RemoteDevice contains information (i.e. Bluetooth address and friendly name)
about a remote Bluetooth device.
DeviceClass contains values of the device type and types of services the device
supports.
BluetoothStateException is an exception that is called when a request cannot be
handled because of the device's state.
authentication
encryption
authorization
master (for master/slave switch)
RFCOMM
L2CAP
OBEX
SPP uses RFCOMM as its protocol.
Only one RFCOMM session can exist between any pair of devices at one time.
Negotiation of connection parameters and flow control between two Bluetooth
devices must be handled automatically by the SPP connection implementation.
A SPP server application must initialize the services it offers and register those
services in the SDDB.
77

Advertisement

Table of Contents
loading

Table of Contents