| java.lang.Object com.sun.kvem.jsr082.bluetooth.SDP
SDP | public class SDP (Code) | | Contains common Servive Discovery Protocol data.
|
Field Summary | |
final public static int | PSM SDP server PSM. | final public static String | UUID SDP UUID. |
PSM | final public static int PSM(Code) | | SDP server PSM. This value is defined by Bluetooth specification
|
checkSystemToken | public static boolean checkSystemToken(Object token)(Code) | | Checks that given token is an internal one. Used to authenticate
an URL as generated by SDP.
Parameters: token - token to check true if the object given is exactly the internalsystem token, false otherwise |
getL2CAPConnection | static Connection getL2CAPConnection(String name) throws IOException(Code) | | Creates and opens btl2cap connection for using by SDP.
Parameters: name - btl2cap connection URL without protocol name required connection instance, that is L2CAPConnection for client or L2CAPConnectionNotifier for server exception: IOException - if connection fails |
|
|