Bluetooth and Iphone discovery

r3d3

Member
Licensed User
Longtime User
Hi,

when i try to search a bluetooth devices, i can detect my Nokia phone immediately using BluetoothAdmin in the device list with no specific actions on my Nokia.

But to detect my iphone, i have to go in the setup of my iphone, and to choose the Bluetooth tab.

If my iphone is in sleep mode, i am loosing the connection.

I am looking a solution to detect my Iphone all the time, like my Nokia.

Do you have any idea ?

Thanks
 

joneden

Active Member
Licensed User
Longtime User
A colleague and I were trying to get his iphone to pair with Bluetooth to his ipad. Well amazingly we found that you can't do it. Turns out that apple in their odd control freak ways don't want anything other than simple devices talking to their hardware.

As such I suspect that you're running into the same issue.
 
Upvote 0

r3d3

Member
Licensed User
Longtime User
solved

this pb is solved,

in fact, it is very easy to connect to the iPhone via bluetooth, even if it is asleep, the only limitation is the detection (for this part, Iphone is different versus other mobile).

So, once the association is done, you can at any time establish a connection with the iPhone, it works very well.

My problem now is to detect when my bluetooth connection is broken, because no event is generated :-(
 
Upvote 0
Top