* [Bluez-devel] Help with bluez pairing problem!!
@ 2005-07-18 11:21 andi.c
2005-07-18 11:30 ` Marcel Holtmann
2005-07-18 11:40 ` gao.yingbin
0 siblings, 2 replies; 5+ messages in thread
From: andi.c @ 2005-07-18 11:21 UTC (permalink / raw)
To: bluez-devel
Hi to all,
i have a problem with pairing in a scenario where a pc trie=
s to push (via obex) a file to a cell phone. I set up all my environment =
and all works fine, on my cell the PC PIN is requested and after i enter =
it the file is trasmitted and all goes fine. But i ve this kind of proble=
m:
After the first authentication i still need (for my project require=
mentes) that next pushes to the cell ask again for PIN. To do this i thin=
k i suppose i need to delete (on my cell phone side or on my pc side) the=
authentication info. I need to do it on my pc, but how can i programmati=
cally delete a pairing entry from the link_key file ?
thansk for every=
kind of help !
Andrea
=0A=0A=0A=0A______________________________=
______________________________=0ALibero Flat, sempre a 4 Mega a 19,95 eur=
o al mese! =0AAbbonati subito su http://www.libero.it=0A=0A
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] Help with bluez pairing problem!!
2005-07-18 11:21 [Bluez-devel] Help with bluez pairing problem!! andi.c
@ 2005-07-18 11:30 ` Marcel Holtmann
2005-07-18 13:22 ` Frederic Danis
2005-07-18 11:40 ` gao.yingbin
1 sibling, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-07-18 11:30 UTC (permalink / raw)
To: bluez-devel
Hi Andrea,
> i have a problem with pairing in a scenario where a pc tries to push (via obex) a file to a cell phone. I set up all my environment and all works fine, on my cell the PC PIN is requested and after i enter it the file is trasmitted and all goes fine. But i ve this kind of problem:
>
> After the first authentication i still need (for my project requirementes) that next pushes to the cell ask again for PIN. To do this i think i suppose i need to delete (on my cell phone side or on my pc side) the authentication info. I need to do it on my pc, but how can i programmatically delete a pairing entry from the link_key file ?
the newer bluez-utils version don't use /etc/bluetooth/link_key file
anymore. See my posting for details.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] Help with bluez pairing problem!!
2005-07-18 11:21 [Bluez-devel] Help with bluez pairing problem!! andi.c
2005-07-18 11:30 ` Marcel Holtmann
@ 2005-07-18 11:40 ` gao.yingbin
1 sibling, 0 replies; 5+ messages in thread
From: gao.yingbin @ 2005-07-18 11:40 UTC (permalink / raw)
To: bluez-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="US-ASCII", Size: 1529 bytes --]
Hi!andrea,
you just need modify some codes in bluez-utils-2.1x/hcid/security.c,
about saving of linkkeys.
-------------------------------------------------------------------
Hi to all,
i have a problem with pairing in a scenario where a pc tries to push (via
obex) a file to a cell phone. I set up all my environment and all works
fine, on my cell the PC PIN is requested and after i enter it the file is
trasmitted and all goes fine. But i ve this kind of problem:
After the first authentication i still need (for my project requirementes)
that next pushes to the cell ask again for PIN. To do this i think i
suppose i need to delete (on my cell phone side or on my pc side) the
authentication info. I need to do it on my pc, but how can i
programmatically delete a pairing entry from the link_key file ?
thansk for every kind of help !
Andrea
***********************************************
信息安全声明:本邮件包含信息归ZTE所有,
ZTE对该邮件拥有所有权利。请接收者注意
保密,未经发件人书面许可,不得向任何第
三方组织和个人透露本邮件所含信息的全部
或部分。以上声明仅适用于工作邮件。
Information Security Notice:
The information contained in this mail is
solely property of ZTE Corporation.
This mail communication is confidential.
Recipients named above are obligated to
maintain secrecy and are not permitted to
disclose the contents of this communication
to others.
***********************************************
[-- Attachment #2: Type: text/html, Size: 1986 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] Help with bluez pairing problem!!
2005-07-18 11:30 ` Marcel Holtmann
@ 2005-07-18 13:22 ` Frederic Danis
2005-07-18 15:16 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Frederic Danis @ 2005-07-18 13:22 UTC (permalink / raw)
To: bluez-devel
Hello Marcel,
Is there any plan to provide information and/or access to paired devices
(like paired device list, remove a device, ...) through BlueZ.
Regards
Fred
-----------------------------------------------
It is not by improving the oil lamp that one invents the electric bulb!
-----------------------------------------------
Danis Frederic PalmSource Europe
Software engineer
Mail : mailto:frederic.danis@palmsource.com
-----------------------------------------------
Marcel Holtmann wrote:
>Hi Andrea,
>
>
>
>>i have a problem with pairing in a scenario where a pc tries to push (via obex) a file to a cell phone. I set up all my environment and all works fine, on my cell the PC PIN is requested and after i enter it the file is trasmitted and all goes fine. But i ve this kind of problem:
>>
>>After the first authentication i still need (for my project requirementes) that next pushes to the cell ask again for PIN. To do this i think i suppose i need to delete (on my cell phone side or on my pc side) the authentication info. I need to do it on my pc, but how can i programmatically delete a pairing entry from the link_key file ?
>>
>>
>
>the newer bluez-utils version don't use /etc/bluetooth/link_key file
>anymore. See my posting for details.
>
>Regards
>
>Marcel
>
>
>
>
>-------------------------------------------------------
>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>from IBM. Find simple to follow Roadmaps, straightforward articles,
>informative Webcasts and more! Get everything you need to get up to
>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
>_______________________________________________
>Bluez-devel mailing list
>Bluez-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
>
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] Help with bluez pairing problem!!
2005-07-18 13:22 ` Frederic Danis
@ 2005-07-18 15:16 ` Marcel Holtmann
0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-07-18 15:16 UTC (permalink / raw)
To: bluez-devel
Hi Fred,
> Is there any plan to provide information and/or access to paired devices
> (like paired device list, remove a device, ...) through BlueZ.
since the new files are ASCII based, these tasks are quite easy. However
my plan is to provide all these functions over D-Bus. For this I wanna
implement a bluetoothd that combines at least hcid and sdpd. Take a look
at the mailing list archive. Claudio already started with discussing the
interface. I will be away for the OLS, so I am a little bit behind with
writing my comments for it.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-07-18 15:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-18 11:21 [Bluez-devel] Help with bluez pairing problem!! andi.c
2005-07-18 11:30 ` Marcel Holtmann
2005-07-18 13:22 ` Frederic Danis
2005-07-18 15:16 ` Marcel Holtmann
2005-07-18 11:40 ` gao.yingbin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox