Author Topic: How to disable authentication in client device...?  (Read 10831 times)

mvreza

  • Guest
How to disable authentication in client device...?
« on: December 29, 2010, 04:15:21 PM »
Hi,
I use wclClient to connect a discovered device by wclBluetoothDiscovery, but when doing it, client device request passkey (authentication) to connect my app. Passkey requesting in my app side disabled by set authentication property to False in wclClient.
so, how to disable passkey requesting in client device?

thanks   :)


Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: How to disable authentication in client device...?
« Reply #1 on: December 29, 2010, 05:36:55 PM »
Hi,

I think it is better to check device's manual where that should be described.

mvreza

  • Guest
Re: How to disable authentication in client device...?
« Reply #2 on: December 29, 2010, 06:28:58 PM »
In TextBlue software, in "Send To Device" form, you are implement my opinion, when TextBlue sending file to a device, device not requsting any passkey.

Which one of WCL component uses in "Send To Device" form and how?

thanks.

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: How to disable authentication in client device...?
« Reply #3 on: December 29, 2010, 07:02:33 PM »
You mean using OPP profile? TB uses wclOPPClient but it doesn't disable any PIN request. It appears so because OPP profile usualy doesn't require PIN. But some device may require for PIN even for OPP profile.

mvreza

  • Guest
Re: How to disable authentication in client device...?
« Reply #4 on: December 30, 2010, 11:31:48 AM »
Hi,
I am tested wclOPPClient, and it was my opinion in sending file without requesting authentication in client device. thanks.

Can I simulate proximeter sender with wclBluetoothDiscovery and wclOPPClient, in other words
is it possible implement discovers devices with wclBluetoothDiscovery when sending file to discovered device with wclOPPClient (concurrency) and conversely?

thanks a lot   :)




Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: How to disable authentication in client device...?
« Reply #5 on: December 30, 2010, 12:25:32 PM »
Hi,

Yes of course. wclProximitySender uses wclOPPClients and wclBluetoothDiscovery internaly.

Yes, you can, but it is not good idea.

mvreza

  • Guest
Re: How to disable authentication in client device...?
« Reply #6 on: December 30, 2010, 12:48:44 PM »
Hi,

I went to connect 2 device with one wclOPPClient, but it is impossible.

For this idea, must create one wclOPPClient component for per connection in run time?

thanks.   :)

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: How to disable authentication in client device...?
« Reply #7 on: December 30, 2010, 01:11:59 PM »
You must use one wclOPPClient to connect to one device. If you want connect to more than 1 device you must use more than 1 wclOPPClient: one per device.

 

Sitemap 1 2 3 4 5 6 7