Java Bluetooth Forum
Home
Search
Login
Register
Articles
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
February 04, 2012, 10:39:17 PM
Java Bluetooth Forum
Java Bluetooth
JSR-82
L2CAP Server - Service Record
Pages: [
1
]
« previous
next »
Print
Topic: L2CAP Server - Service Record (Read 2024 times)
L2CAP Server - Service Record
« on: January 03, 2008, 05:36:11 PM »
mauiboy
Newbie
Karma: +0/-0
Posts: 4
Does anyone know why creating a server using:
String url = "btl2cap://localhost:0000000011241000800000805F9B 34FB";
L2CAPConnectionNotifier server = (L2CAPConnectionNotifier)Connector.open( url );
returns a service record URL: btl2cap://000F8690522D:100b;authenticate=false;en crypt=false;master=false
shouldn't the returned URL be:
btl2cap://000F8690522D:1124;authenticate=false;en crypt=false;master=false
where the UUID is 1124?
can anyone help? or noone ever tried such?
thanks
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Java Bluetooth
-----------------------------
=> JSR-82
=> Bluetooth
=> Java
-----------------------------
General Category
-----------------------------
=> Programming