* [Bluez-devel] Service registering but not visible
@ 2004-07-16 20:25 Daniel Stoddart
2004-07-16 21:15 ` Marcel Holtmann
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Stoddart @ 2004-07-16 20:25 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]
Hi,
When i add a service using the command
root@darkstar:~# sdptool add --channel=13 OPUSH
OBEX Object Push service registered
And then using my Nokia 6600, search for available services no services are shown.
This is the setup i'm using
Linux distr: Slackware 9.0
Kernel: 2.4.22
Packages installed:
bluez-libs-2.7-1.i386.rpm
bluez-sdp-1.5-1.i386.rpm
bluez-utils-2.7-1.i386.rpm
Am i missing something or doing something wrong?
Thanks
Dan
I start the daemons hcid and /usr/sbin/sdpd and can discover services on my nokia 6600 using
sdptool browse.
Using rococo's java api's i have created a server(linux) and a client(nokia 6600) but my nokia
does not find the service i have registered via the server.
I have checked my code against other working java bt servers that register their services and everything is fine.
So then i used the command
"sdptool add--channel =13 OPUSH" to add a service (presumably register as well) and this was successful.
"Service OPUSH added" was the message I think. But still I could not see this service through my phone.
(I am using benhui's BTBrowser that happily discovers bluetooth services when i'm using windows).
Do you have any idea what i might be missing or where i might be going wrong? I've spent so many hours trawling
through the internet reading anything on bluetooth and can't see where i'm going wrong.
Thanks for your time
Dan
[-- Attachment #2: Type: text/html, Size: 4067 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Service registering but not visible
2004-07-16 20:25 [Bluez-devel] Service registering but not visible Daniel Stoddart
@ 2004-07-16 21:15 ` Marcel Holtmann
2004-07-17 14:15 ` Daniel Stoddart
0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-07-16 21:15 UTC (permalink / raw)
To: Daniel Stoddart; +Cc: BlueZ Mailing List
Hi Daniel,
> When i add a service using the command
>
> root@darkstar:~# sdptool add --channel=13 OPUSH
>
> OBEX Object Push service registered
>
> And then using my Nokia 6600, search for available services no
> services are shown.
check with "sdptool browse local" if the service record is really
present.
Run "hcidump -x" as root to see for what services your phone is
searching and try to set the correct class of device bits.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Service registering but not visible
2004-07-16 21:15 ` Marcel Holtmann
@ 2004-07-17 14:15 ` Daniel Stoddart
2004-07-17 15:39 ` Marcel Holtmann
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Stoddart @ 2004-07-17 14:15 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Marcel,
I tried the commands you suggested with the following results:
root@darkstar:~# hcid
root@darkstar:~# /usr/sbin/sdpd
root@darkstar:~# hcitool dev
Devices:
hci0 00:0A:3A:50:2F:2D
root@darkstar:~# hcitool inq
Inquiring ...
00:0E:6D:11:E6:EB clock offset: 0x4c21 class: 0x500204
root@darkstar:~# sdptool add --channel=13 OPUSH
OBEX Object Push service registered
root@darkstar:~# sdptool browse local
Browsing FF:FF:FF:00:00:00 ...
Service Search failed: Protocol error
root@darkstar:~# hcidump -x
HCIDump - HCI packet analyzer ver 1.9
device: hci0 snap_len: 1028 filter: 0xffffffff
root@darkstar:~# hcidump -x
HCIDump - HCI packet analyzer ver 1.9
device: hci0 snap_len: 1028 filter: 0xffffffff
> HCI Event: Connect Request (0x04) plen 10
EB E6 11 6D 0E 00 04 02 50 01
< HCI Command: Accept Connection Request (0x01|0x0009) plen 7
EB E6 11 6D 0E 00 01
> HCI Event: Command Status (0x0f) plen 4
00 01 09 04
> HCI Event: Connect Complete (0x03) plen 11
00 29 00 EB E6 11 6D 0E 00 01 00
< HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
29 00 0E 00
> HCI Event: Page Scan Repetition Mode Change (0x20) plen 7
EB E6 11 6D 0E 00 01
> HCI Event: Command Complete (0x0e) plen 6
01 0D 08 00 29 00
< HCI Command: Change Connection Packet Type (0x01|0x000f) plen 4
29 00 18 CC
> ACL data: handle 0x0029 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 1 scid 0x0041
< ACL data: handle 0x0029 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0000 scid 0x0041 result 2 status 0
> HCI Event: Command Status (0x0f) plen 4
00 01 0F 04
> HCI Event: Connection Packet Type Changed (0x1d) plen 5
00 29 00 18 CC
> HCI Event: Number of Completed Packets (0x13) plen 5
01 29 00 01 00
> HCI Event: Max Slots Change (0x1b) plen 3
29 00 05
> HCI Event: Disconn Complete (0x05) plen 4
00 29 00 13
The output from "sdptool browse local" seems to point to some kind of
configuration problem. Do i need to
register my local device address to the sdptool or the sdpd?
Thanks
Dan
----- Original Message -----
From: "Marcel Holtmann" <marcel@holtmann.org>
To: "Daniel Stoddart" <d.stoddart@cs.ucl.ac.uk>
Cc: "BlueZ Mailing List" <bluez-devel@lists.sourceforge.net>
Sent: Friday, July 16, 2004 10:15 PM
Subject: Re: [Bluez-devel] Service registering but not visible
> Hi Daniel,
>
> > When i add a service using the command
> >
> > root@darkstar:~# sdptool add --channel=13 OPUSH
> >
> > OBEX Object Push service registered
> >
> > And then using my Nokia 6600, search for available services no
> > services are shown.
>
> check with "sdptool browse local" if the service record is really
> present.
>
> Run "hcidump -x" as root to see for what services your phone is
> searching and try to set the correct class of device bits.
>
> Regards
>
> Marcel
>
>
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Service registering but not visible
2004-07-17 14:15 ` Daniel Stoddart
@ 2004-07-17 15:39 ` Marcel Holtmann
2004-07-17 23:55 ` Daniel Stoddart
0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-07-17 15:39 UTC (permalink / raw)
To: Daniel Stoddart; +Cc: BlueZ Mailing List
Hi Daniel,
> I tried the commands you suggested with the following results:
>
> root@darkstar:~# hcid
> root@darkstar:~# /usr/sbin/sdpd
after that check what /proc/bluetooth/l2cap is saying.
> root@darkstar:~# hcitool dev
> Devices:
> hci0 00:0A:3A:50:2F:2D
> root@darkstar:~# hcitool inq
> Inquiring ...
> 00:0E:6D:11:E6:EB clock offset: 0x4c21 class: 0x500204
> root@darkstar:~# sdptool add --channel=13 OPUSH
> OBEX Object Push service registered
> root@darkstar:~# sdptool browse local
> Browsing FF:FF:FF:00:00:00 ...
> Service Search failed: Protocol error
That is the problem. Make sure that sdpd is really running.
> root@darkstar:~# hcidump -x
> HCIDump - HCI packet analyzer ver 1.9
> device: hci0 snap_len: 1028 filter: 0xffffffff
>
> root@darkstar:~# hcidump -x
> HCIDump - HCI packet analyzer ver 1.9
> device: hci0 snap_len: 1028 filter: 0xffffffff
> > HCI Event: Connect Request (0x04) plen 10
> EB E6 11 6D 0E 00 04 02 50 01
> < HCI Command: Accept Connection Request (0x01|0x0009) plen 7
> EB E6 11 6D 0E 00 01
> > HCI Event: Command Status (0x0f) plen 4
> 00 01 09 04
> > HCI Event: Connect Complete (0x03) plen 11
> 00 29 00 EB E6 11 6D 0E 00 01 00
> < HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
> 29 00 0E 00
> > HCI Event: Page Scan Repetition Mode Change (0x20) plen 7
> EB E6 11 6D 0E 00 01
> > HCI Event: Command Complete (0x0e) plen 6
> 01 0D 08 00 29 00
> < HCI Command: Change Connection Packet Type (0x01|0x000f) plen 4
> 29 00 18 CC
> > ACL data: handle 0x0029 flags 0x02 dlen 12
> L2CAP(s): Connect req: psm 1 scid 0x0041
> < ACL data: handle 0x0029 flags 0x02 dlen 16
> L2CAP(s): Connect rsp: dcid 0x0000 scid 0x0041 result 2 status 0
This means "Connection refused - PSM not supported" and leads to me that
the sdpd is not running.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Service registering but not visible
2004-07-17 15:39 ` Marcel Holtmann
@ 2004-07-17 23:55 ` Daniel Stoddart
2004-07-18 8:59 ` Marcel Holtmann
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Stoddart @ 2004-07-17 23:55 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Marcel,
It does look like there is something wrong with the sdpd daemon but it does
seem to be running and the sdptool can find services on my nokia 6600.
Below is the output from a "ps aux", a "sdptool search 0x1101" and a
"lsmod". I know there's a lot of info in the ps aux but i thought i'd
show it all to you in case there is something else you might be able to see
root@darkstar:~# hciconfig
hci0: Type: USB
BD Address: 00:0A:3A:50:2F:2D ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:135 acl:0 sco:0 events:19 errors:0
TX bytes:569 acl:0 sco:0 commands:18 errors:0
root@darkstar:~# hcid
root@darkstar:~# /usr/sbin/sdpd
root@darkstar:~# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 3.0 0.0 484 236 ? S 00:35 0:04 init
root 2 0.0 0.0 0 0 ? SW 00:35 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SWN 00:35 0:00
[ksoftirqd_CPU0]
root 4 0.0 0.0 0 0 ? SW 00:35 0:00 [kswapd]
root 5 0.0 0.0 0 0 ? SW 00:35 0:00 [bdflush]
root 6 0.0 0.0 0 0 ? SW 00:35 0:00 [kupdated]
root 10 0.0 0.0 0 0 ? SW< 00:35 0:00 [mdrecoveryd]
root 23 0.0 0.0 0 0 ? SW 00:35 0:00 [krfcommd]
root 26 0.0 0.2 1456 560 ? S 00:35 0:00 hcid:
processing
root 125 0.0 0.0 0 0 ? SW 00:35 0:00 [knodemgrd_0]
root 142 0.0 0.0 0 0 ? SW 00:35 0:00 [khubd]
root 1007 0.0 0.2 1436 608 ? S 00:35 0:00
/usr/sbin/syslogd
root 1044 0.0 0.1 1376 460 ? S 00:35 0:00
/usr/sbin/klogd -
root 1047 0.0 0.2 1412 540 ? S 00:35 0:00
/usr/sbin/inetd
root 1068 0.0 0.5 3080 1416 ? S 00:35 0:00
/usr/sbin/sshd
root 1080 0.0 0.2 1492 552 ? S 00:35 0:00
/usr/sbin/crond -
daemon 1082 0.0 0.2 1504 644 ? S 00:35 0:00
/usr/sbin/atd -b
root 1085 0.0 0.8 4828 2064 ? S 00:35 0:00 sendmail:
accepti
smmsp 1088 0.0 0.7 4732 1952 ? S 00:35 0:00 sendmail:
Queue r
root 1096 0.0 0.1 1420 472 ? S 00:35 0:00
/usr/sbin/gpm -m
root 1098 0.0 0.5 2312 1316 tty1 S 00:35 0:00 -bash
root 1099 0.0 0.1 1368 480 tty2 S 00:35 0:00 /sbin/agetty
3840
root 1100 0.0 0.1 1368 480 tty3 S 00:35 0:00 /sbin/agetty
3840
root 1101 0.0 0.1 1368 480 tty4 S 00:35 0:00 /sbin/agetty
3840
root 1102 0.0 0.1 1368 480 tty5 S 00:35 0:00 /sbin/agetty
3840
root 1103 0.0 0.1 1368 480 tty6 S 00:35 0:00 /sbin/agetty
3840
root 1116 0.0 0.3 2044 972 tty1 S 00:36 0:00 /bin/sh
/usr/X11R
root 1128 0.0 0.2 2240 628 tty1 S 00:36 0:00 xinit
/usr/X11R6/
root 1129 3.2 4.5 62768 11764 ? R< 00:36 0:02 X :0
root 1133 0.0 0.3 2036 932 tty1 S 00:36 0:00 /bin/sh
/usr/X11R
root 1135 0.0 0.3 2052 972 tty1 S 00:36 0:00 /bin/sh
/opt/kde/
root 1153 0.2 3.6 20544 9304 ? S 00:36 0:00 kdeinit:
Running.
root 1156 0.1 3.6 20252 9348 ? S 00:36 0:00 kdeinit:
dcopserv
root 1159 0.0 4.0 21616 10404 ? S 00:36 0:00 kdeinit:
klaunche
root 1161 0.3 4.6 21560 11872 ? S 00:36 0:00 kdeinit: kded
root 1174 1.3 2.2 9916 5820 ? S 00:36 0:00
/opt/kde/bin/arts
root 1176 0.2 5.6 26876 14352 ? S 00:36 0:00 kdeinit:
knotify
root 1177 0.0 0.1 1364 336 tty1 S 00:36 0:00 kwrapper
ksmserve
root 1179 0.2 4.4 21228 11452 ? S 00:36 0:00 kdeinit:
ksmserve
root 1180 0.6 5.1 23092 13232 ? S 00:36 0:00 kdeinit:
kwin -se
root 1182 0.2 4.7 21836 12252 ? S 00:36 0:00 kdeinit:
kwrited
root 1184 1.9 5.6 23852 14380 ? S 00:36 0:01 kdeinit:
kdesktop
root 1187 1.2 5.8 25296 14968 ? S 00:36 0:00 kdeinit:
kicker
root 1188 0.0 3.7 20624 9656 ? S 00:36 0:00 kdeinit:
kio_file
root 1189 0.0 3.7 20580 9644 ? S 00:36 0:00 kdeinit:
kio_devi
root 1192 0.2 4.9 22592 12708 ? S 00:36 0:00 kdeinit:
klipper
root 1195 0.1 4.4 21240 11364 ? S 00:36 0:00 kdeinit:
kaccess
root 1196 2.6 8.5 31620 21932 ? S 00:36 0:01 kdeinit:
konquero
root 1197 0.4 4.9 22176 12552 ? S 00:36 0:00
korgac --miniicon
root 1198 3.3 9.1 33312 23432 ? S 00:36 0:01 kdeinit:
konquero
root 1199 1.4 6.7 27384 17244 ? S 00:36 0:00 kdeinit:
kwrite -
root 1200 1.6 7.1 27112 18360 ? S 00:36 0:00 kdeinit:
konquero
root 1201 1.3 6.6 27280 17140 ? S 00:36 0:00 kdeinit:
kwrite -
root 1202 1.4 6.7 27312 17172 ? S 00:36 0:00 kdeinit:
kwrite -
root 1203 1.7 6.6 27280 17140 ? S 00:36 0:00 kdeinit:
kwrite -
root 1204 1.8 6.7 27392 17252 ? S 00:36 0:00 kdeinit:
kwrite -
root 1205 1.5 6.8 26208 17656 ? S 00:36 0:00 kdeinit:
konquero
root 1206 1.5 6.8 26176 17620 ? S 00:36 0:00 kdeinit:
konquero
root 1207 1.1 6.2 26144 16028 ? S 00:36 0:00 kdeinit:
kwrite -
root 1208 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1209 1.6 6.8 26220 17672 ? S 00:36 0:00 kdeinit:
konquero
root 1212 0.0 3.8 21508 9824 ? S 00:36 0:00 kdeinit:
kio_file
root 1213 0.0 3.8 21532 9880 ? S 00:36 0:00 kdeinit:
kio_file
root 1218 0.0 3.8 21532 9884 ? S 00:36 0:00 kdeinit:
kio_file
root 1219 0.0 3.8 21508 9828 ? S 00:36 0:00 kdeinit:
kio_file
root 1220 0.3 4.3 21156 11080 ? S 00:36 0:00
kalarmd --login
root 1221 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1223 0.0 3.8 21508 9844 ? S 00:36 0:00 kdeinit:
kio_file
root 1224 0.0 3.7 20636 9668 ? S 00:36 0:00 kdeinit:
kio_file
root 1226 0.9 3.1 16304 8132 ? S 00:36 0:00
gs -sDEVICE=x11 -
root 1227 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1229 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1231 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1233 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1234 0.0 3.7 20648 9680 ? S 00:36 0:00 kdeinit:
kio_file
root 1236 1.3 5.6 25444 14484 ? S 00:37 0:00 kdeinit:
konsole
root 1237 0.1 0.5 2308 1316 pts/1 S 00:37 0:00 -bash
root 1252 0.0 0.2 1448 560 ? S 00:37 0:00 hcid:
processing
root 1257 0.0 0.2 1428 536 ? S 00:37 0:00
/usr/sbin/sdpd
root 1258 0.0 0.4 3016 1068 pts/1 R 00:37 0:00 ps aux
root@darkstar:~# sdptool search 0x1101
Class 0x1101
Inquiring ...
Searching for 0x1101 on 00:0E:6D:11:E6:EB ...
Service Name: Bluetooth Serial Port
Service Description: Bluetooth Serial Port
Service Provider: Symbian Ltd.
Service RecHandle: 0x10002
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
root@darkstar:~# lsmod
Module Size Used by Not tainted
snd-pcm-oss 37252 0
snd-mixer-oss 11992 0 [snd-pcm-oss]
hci_usb 7736 1
parport_pc 14724 0
parport 23264 0 [parport_pc]
uhci 24496 0 (unused)
usbcore 58400 1 [hci_usb uhci]
snd-via82xx 11712 0
snd-pcm 55904 0 [snd-pcm-oss snd-via82xx]
snd-timer 13252 0 [snd-pcm]
snd-ac97-codec 37240 0 [snd-via82xx]
snd-page-alloc 6004 0 [snd-via82xx snd-pcm]
snd-mpu401-uart 3136 0 [snd-via82xx]
snd-rawmidi 12512 0 [snd-mpu401-uart]
snd-seq-device 3920 0 [snd-rawmidi]
snd 27460 0 [snd-pcm-oss snd-mixer-oss snd-via82xx
snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3332 3 [snd]
ohci1394 24200 0 (unused)
ieee1394 42436 0 [ohci1394]
pcmcia_core 40032 0
ide-scsi 9424 0
agpgart 39576 0 (unused)
rfcomm 30688 0 (unused)
l2cap 15884 2 [rfcomm]
bluez 30436 5 [hci_usb rfcomm l2cap]
I hope this helps to decipher the problem.
Also, I'm not too sure what a PSM is - could you explain?
Thanks
Dan
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Service registering but not visible
2004-07-17 23:55 ` Daniel Stoddart
@ 2004-07-18 8:59 ` Marcel Holtmann
2004-07-19 22:47 ` Daniel Stoddart
0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-07-18 8:59 UTC (permalink / raw)
To: Daniel Stoddart; +Cc: BlueZ Mailing List
Hi Daniel,
> It does look like there is something wrong with the sdpd daemon but it does
> seem to be running and the sdptool can find services on my nokia 6600.
these are two different things.
> root 1237 0.1 0.5 2308 1316 pts/1 S 00:37 0:00 -bash
> root 1252 0.0 0.2 1448 560 ? S 00:37 0:00 hcid:
> processing
> root 1257 0.0 0.2 1428 536 ? S 00:37 0:00
> /usr/sbin/sdpd
> root 1258 0.0 0.4 3016 1068 pts/1 R 00:37 0:00 ps aux
You have two hcid running, which is never good. Make sure that only one
hcid and one sdp are running.
> root@darkstar:~# sdptool search 0x1101
> Class 0x1101
> Inquiring ...
> Searching for 0x1101 on 00:0E:6D:11:E6:EB ...
> Service Name: Bluetooth Serial Port
> Service Description: Bluetooth Serial Port
> Service Provider: Symbian Ltd.
> Service RecHandle: 0x10002
> Service Class ID List:
> "Serial Port" (0x1101)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 2
> Language Base Attr List:
> code_ISO639: 0x656e
> encoding: 0x6a
> base_offset: 0x100
The sdptool don't need the sdpd to find the records on remote device. We
talk here about local SDP records.
> I hope this helps to decipher the problem.
No this was not helpful. Check /proc/bluetooth/l2cap and take a look at
the syslog for error messages from the sdpd. Do this more than once,
because I think there will be changes within the usage.
> Also, I'm not too sure what a PSM is - could you explain?
Maybe you read the Bluetooth specification or look it up in an Internet
search engine ;)
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Service registering but not visible
2004-07-18 8:59 ` Marcel Holtmann
@ 2004-07-19 22:47 ` Daniel Stoddart
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Stoddart @ 2004-07-19 22:47 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Marcel,
I've switched from Slackware to RedHat and everything is working fine now.
Sorry to have wasted your time and
thanks for your help.
Regards,
Dan
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-07-19 22:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-16 20:25 [Bluez-devel] Service registering but not visible Daniel Stoddart
2004-07-16 21:15 ` Marcel Holtmann
2004-07-17 14:15 ` Daniel Stoddart
2004-07-17 15:39 ` Marcel Holtmann
2004-07-17 23:55 ` Daniel Stoddart
2004-07-18 8:59 ` Marcel Holtmann
2004-07-19 22:47 ` Daniel Stoddart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox