public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Problem making bluetooth device locatable
@ 2007-07-10 11:41 Santhosh N
  2007-07-10 13:03 ` Mats Erik Andersson
  0 siblings, 1 reply; 3+ messages in thread
From: Santhosh N @ 2007-07-10 11:41 UTC (permalink / raw)
  To: bluez-users

Hi All,

I have a bluetooth USB dongle connected to our embedded device. I am 
having problem in making my embedded device locatable by other devices. I 
am able to scan the list of devices in the vicinity from my device. I have 
made sure that PSCAN and ISCAN are enabled. Inspite of that my embedded 
device is not locatable by other devices.

The output of "hciconfig" is:
hci0:   Type: USB
         BD Address: 00:02:72:01:C3:A0 ACL MTU: 192:8 SCO MTU: 64:8
         UP RUNNING PSCAN ISCAN
         RX bytes:151 acl:0 sco:0 events:15 errors:0
         TX bytes:42 acl:0 sco:0 commands:10 errors:0

Please let me know, how can I proceed further in fixing this issue. I am 
using linux kernel 2.6.20 and bluez-libs/utils 3.9.

Thanks in advance,
-- 
N Santhosh

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Problem making bluetooth device locatable
  2007-07-10 11:41 [Bluez-users] Problem making bluetooth device locatable Santhosh N
@ 2007-07-10 13:03 ` Mats Erik Andersson
  2007-07-10 14:25   ` Santhosh N
  0 siblings, 1 reply; 3+ messages in thread
From: Mats Erik Andersson @ 2007-07-10 13:03 UTC (permalink / raw)
  To: BlueZ users

Hi Santhosh,

you should add a line to hcid.conf in the device block:

  device {
      ...
      discoverto 0;
      ...
       }

This disables the timer that normally shuts the window
allowing for external discovery. Make "man hcid.conf"
to learn more.

Regards,    Mats E A



tis 2007-07-10 klockan 17:11 +0530 skrev Santhosh N:
> Hi All,
> 
> I have a bluetooth USB dongle connected to our embedded device. I am 
> having problem in making my embedded device locatable by other devices. I 
> am able to scan the list of devices in the vicinity from my device. I have 
> made sure that PSCAN and ISCAN are enabled. Inspite of that my embedded 
> device is not locatable by other devices.
> 
> The output of "hciconfig" is:
> hci0:   Type: USB
>          BD Address: 00:02:72:01:C3:A0 ACL MTU: 192:8 SCO MTU: 64:8
>          UP RUNNING PSCAN ISCAN
>          RX bytes:151 acl:0 sco:0 events:15 errors:0
>          TX bytes:42 acl:0 sco:0 commands:10 errors:0
> 
> Please let me know, how can I proceed further in fixing this issue. I am 
> using linux kernel 2.6.20 and bluez-libs/utils 3.9.
> 
> Thanks in advance,

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Problem making bluetooth device locatable
  2007-07-10 13:03 ` Mats Erik Andersson
@ 2007-07-10 14:25   ` Santhosh N
  0 siblings, 0 replies; 3+ messages in thread
From: Santhosh N @ 2007-07-10 14:25 UTC (permalink / raw)
  To: BlueZ users

Hi Mats,

Thanks for the reply. It worked for me.

Warm Regards,
-- 
N Santhosh,

On Tue, 10 Jul 2007, Mats Erik Andersson wrote:

> Hi Santhosh,
>
> you should add a line to hcid.conf in the device block:
>
>  device {
>      ...
>      discoverto 0;
>      ...
>       }
>
> This disables the timer that normally shuts the window
> allowing for external discovery. Make "man hcid.conf"
> to learn more.
>
> Regards,    Mats E A
>
>
>
> tis 2007-07-10 klockan 17:11 +0530 skrev Santhosh N:
>> Hi All,
>>
>> I have a bluetooth USB dongle connected to our embedded device. I am
>> having problem in making my embedded device locatable by other devices. I
>> am able to scan the list of devices in the vicinity from my device. I have
>> made sure that PSCAN and ISCAN are enabled. Inspite of that my embedded
>> device is not locatable by other devices.
>>
>> The output of "hciconfig" is:
>> hci0:   Type: USB
>>          BD Address: 00:02:72:01:C3:A0 ACL MTU: 192:8 SCO MTU: 64:8
>>          UP RUNNING PSCAN ISCAN
>>          RX bytes:151 acl:0 sco:0 events:15 errors:0
>>          TX bytes:42 acl:0 sco:0 commands:10 errors:0
>>
>> Please let me know, how can I proceed further in fixing this issue. I am
>> using linux kernel 2.6.20 and bluez-libs/utils 3.9.
>>
>> Thanks in advance,
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2007-07-10 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 11:41 [Bluez-users] Problem making bluetooth device locatable Santhosh N
2007-07-10 13:03 ` Mats Erik Andersson
2007-07-10 14:25   ` Santhosh N

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