Dear Karl,
>(usually the phone/PC) sends out periodic beacons at a period called the connection interval, and the slave responds to this beacon if it has data to provide. The connection >interval will usually be between 100 ms and 32 seconds.
1) In a BLE mobile phone (or BLE gateway) scenario will the host AUTOMATICALY connect to all available (and pairable) clients and then keep this link alive?
In other words, will these connections get formed automatically (without user intervention) or will these connections be initiated only a Phone app (that needs to be launched by an user) will be able to initiate a connection?
Suppose I have an RSSI based application that unlocks a PC screen when my Cell phone gets very close to PC. If connection doesn't not happen automatically, the "RSSI magic" will not work.
2) What consumes more energy? (a) Advertising (std packet length) every second or (b) maintaining a connection every second?
-Andrei