Re: pairing to a device using iobluetoothdevicepair. how to avoid pass dialog?
Re: pairing to a device using iobluetoothdevicepair. how to avoid pass dialog?
- Subject: Re: pairing to a device using iobluetoothdevicepair. how to avoid pass dialog?
- From: Matthias Ringwald <email@hidden>
- Date: Wed, 01 Feb 2012 13:23:28 +0100
also, if you type "1234" on the other device, you'll need to use the ASCII/UFT8 value of those, like: uint8_t pass[] = (uint8_t*) "1234"
On 01.02.2012, at 12:59, Camille Troillard wrote: uint8 pass[4] = {1,2,3,4};
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden