handover API ?

Hi all,

We were thinking about adding a Bluetooth / WiFi handover request API. The most common use case would be initiating a bluetooth handover request so that a peer device could accept bluetooth peering just by moving in the NFC range.

Here we could add a new method to the NFCPeer interface:
http://w3c.github.com/nfc/proposals/intel/nfc.html#interface-nfcpeer

    enum HandoverType { "bluetooth", "wifi" };

    void startHandover(HandoverType type,
        optional Function? successCallback,
        optional Function? errorCallback);


Does that sound okay ? Are there other use-cases like this that should be covererd ?

Cheers,


Luc YRIARTE - OTC Software Engineer
INTEL Corp. Montpellier, France

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

Received on Monday, 18 February 2013 16:27:18 UTC