public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] usb-device cannot be found by other bluetooth devices
@ 2006-11-07 15:04 Smobbl_Bobbl
  2006-11-07 15:52 ` Stefan Seyfried
  0 siblings, 1 reply; 4+ messages in thread
From: Smobbl_Bobbl @ 2006-11-07 15:04 UTC (permalink / raw)
  To: bluez-users

hi!

can someone help me to make my usb-stick "searchable" by other devices?

i installed mandriva linux 2007, with all the bluetooth things.
i can send files to other devices (handy, pda...), but if i search in my 
handy for other near devices, i cannot find the usb-stick!
if i want the handy to pair with the pc (initiated by pc), the handy 
says i have to input my password. if i do so, my phone shows a 
progressbar, but in the end it fails.

can someone help me to make my usb-stick "searchable" by other devices?

thank you
smobbl_bobbl

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] usb-device cannot be found by other bluetooth devices
  2006-11-07 15:04 [Bluez-users] usb-device cannot be found by other bluetooth devices Smobbl_Bobbl
@ 2006-11-07 15:52 ` Stefan Seyfried
  2006-11-07 17:04   ` Simon Williams
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Seyfried @ 2006-11-07 15:52 UTC (permalink / raw)
  To: BlueZ users

Hi Smobbl

(i would complain to your parents about that name :-)

On Tue, Nov 07, 2006 at 04:04:53PM +0100, Smobbl_Bobbl wrote:
> hi!
> =

> can someone help me to make my usb-stick "searchable" by other devices?
> =

> i installed mandriva linux 2007, with all the bluetooth things.
> i can send files to other devices (handy, pda...), but if i search in my =

> handy for other near devices, i cannot find the usb-stick!
> if i want the handy to pair with the pc (initiated by pc), the handy =

> says i have to input my password. if i do so, my phone shows a =

> progressbar, but in the end it fails.

do you have a passkey-agent registered?
> =

> can someone help me to make my usb-stick "searchable" by other devices?

use "apitest" to set the DiscoverableTimeout to 0:

    apitest SetDiscoverableTimeout 0

then set your device to discoverable:

    apitest SetMode discoverable

verify your settings with

    apitest IsDiscoverable
    apitest GetMode
    apitest GetDiscoverableTimeout

-- =

Stefan Seyfried
QA / R&D Team Mobile Devices        |              "Any ideas, John?"
SUSE LINUX Products GmbH, N=FCrnberg  | "Well, surrounding them's out." =


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] usb-device cannot be found by other bluetooth devices
  2006-11-07 15:52 ` Stefan Seyfried
@ 2006-11-07 17:04   ` Simon Williams
  2006-11-08  7:45     ` Stefan Seyfried
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Williams @ 2006-11-07 17:04 UTC (permalink / raw)
  To: BlueZ users

Stefan Seyfried wrote:
> Hi Smobbl
> 
> (i would complain to your parents about that name :-)
> 
> On Tue, Nov 07, 2006 at 04:04:53PM +0100, Smobbl_Bobbl wrote:
>> hi!
>>
>> can someone help me to make my usb-stick "searchable" by other devices?
>>
>> i installed mandriva linux 2007, with all the bluetooth things.
>> i can send files to other devices (handy, pda...), but if i search in my 
>> handy for other near devices, i cannot find the usb-stick!
>> if i want the handy to pair with the pc (initiated by pc), the handy 
>> says i have to input my password. if i do so, my phone shows a 
>> progressbar, but in the end it fails.
> 
> do you have a passkey-agent registered?
>> can someone help me to make my usb-stick "searchable" by other devices?
> 
> use "apitest" to set the DiscoverableTimeout to 0:
> 
>     apitest SetDiscoverableTimeout 0
> 
> then set your device to discoverable:
> 
>     apitest SetMode discoverable
> 
> verify your settings with
> 
>     apitest IsDiscoverable
>     apitest GetMode
>     apitest GetDiscoverableTimeout
> 

Alternatively, make sure that hscan and pscan are enabled for that device.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] usb-device cannot be found by other bluetooth devices
  2006-11-07 17:04   ` Simon Williams
@ 2006-11-08  7:45     ` Stefan Seyfried
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Seyfried @ 2006-11-08  7:45 UTC (permalink / raw)
  To: systemparadox, BlueZ users

On Tue, Nov 07, 2006 at 05:04:03PM +0000, Simon Williams wrote:
> Stefan Seyfried wrote:

> > use "apitest" to set the DiscoverableTimeout to 0:
> > =

> >     apitest SetDiscoverableTimeout 0
> > =

> > then set your device to discoverable:
> > =

> >     apitest SetMode discoverable
> > =

> > verify your settings with
> > =

> >     apitest IsDiscoverable
> >     apitest GetMode
> >     apitest GetDiscoverableTimeout
> > =

> =

> Alternatively, make sure that hscan and pscan are enabled for that device.

IIRC this will still be disabled after DiscoverableTimeout seconds.
-- =

Stefan Seyfried                  \ "I didn't want to write for pay. I
QA / R&D Team Mobile Devices      \ wanted to be paid for what I write."
SUSE LINUX Products GmbH, N=FCrnberg \                    -- Leonard Cohen

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-08  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-07 15:04 [Bluez-users] usb-device cannot be found by other bluetooth devices Smobbl_Bobbl
2006-11-07 15:52 ` Stefan Seyfried
2006-11-07 17:04   ` Simon Williams
2006-11-08  7:45     ` Stefan Seyfried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox