Android Bluetooth - Paired vs Connected, what's the difference?
Asked Answered
S

2

20

android noob here!

Is there a difference between when two android devices (smartphones) are 'paired' and when they're 'connected'? If so, what is the difference when transferring data from one to the other?

Sawn answered 20/8, 2015 at 15:6 Comment(2)
Why is this question tagged android? It's generic. You can only exchange data when the devices are connected AND paired.Hypostatize
Thanks for that, have updated tagsSawn
M
32

Please imagine yourself in such a situation:

You come to car with BT audio system first time.

You are not paired and not connected.

You pair the devices and because you are close to the car you immediately connecting. But when you go to home and you are away from car you are disconnected but paired. When you come close to the car again, you don't need pair, you don't need put pin again to pair the devices

Murky answered 20/8, 2015 at 15:11 Comment(4)
Thanks for that, nice answer!Sawn
And what about connecting? means second time when we are near to car it will automatically pair but will it automatically connect also?Allanson
@Allanson - No.. the opposite. When you are near to car it will automatically connect but only if you ware paired before.Murky
So pairing actually means remembering/saving the bluetooth device and credentials (pin code). Connection is what you actually need to send/receive data.Glosseme
F
1

Based on comment above: BT communication requires 'pairing' so as to confirm permission to communicate between two devices. I am interpreting this as analogous to creating a user account on a Linux system. If you have an account (devices are paired), then they are eligible to be connected. (Necessary but not sufficient condition)

It is unclear from above whether to be 'connected' means that both BT radios are on, in proximity of one another, and the amount of communication (polling?) that is occurring to be in connected state.

Ferrochromium answered 26/10, 2015 at 16:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.