Reputation: 6096
I want to communicate with sensorTag. For that i connect to BLE using mac id .For communication i write/read on/from BluetoothGattCharacteristic .Its working all fine.Now my question is, if I am able to do it without pairing then in which scenario we use pairing/Bounding .
Upvotes: 0
Views: 2218
Reputation: 10065
With pairing the devices exchange security information (aka keys) only temporary for the current connection. When they disconnect and then reconnet, they need pairing a second time and so on. With bonding, the devices save permanently security information so that for each disconnection, they don't need to execute this exchange thanks to the saved information (exchanged before during bonding).
Paolo.
Upvotes: 1