Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bluetooth Low Energy support

20 views
Skip to first unread message

janjo...@gmail.com

unread,
Apr 21, 2015, 4:19:01 AM4/21/15
to mozilla-d...@lists.mozilla.org
I would like to have Bluetooth beacon support in (at least) Firefox for Android. In the past week I have been hacking on beacons and I believe they're gonna be key to connecting the physical world with mobile phones.

Any discussion in W3C around this yet?

I guess the first iteration of the API could look something like:

interface BeaconScanner : EventTarget {
void startScanning();
void stopScanning();

attribute EventHandler onbeaconfound;
}

interface Beacon {
readonly attribute DOMString uuid;
readonly attribute long major;
readonly attribtue long minor;
readonly attribute short rssi;
}

Support is there for Android 4.3+ and for OS/X (at least from what I can test).

Vincent Scheib

unread,
Apr 21, 2015, 3:23:32 PM4/21/15
to janjo...@gmail.com, mozilla-d...@lists.mozilla.org
Web Bluetooth <https://www.w3.org/community/web-bluetooth/> community group
specification <https://webbluetoothcg.github.io/web-bluetooth/> is
currently focused on GATT, but is clearly relevant. A charter
<https://github.com/WebBluetoothCG/web-bluetooth/blob/ee8d49a62f018c77f29cbe7b767725e135bb0cb9/charter.md>
is under 30 day vote now, it has strong support.
> _______________________________________________
> dev-webapi mailing list
> dev-w...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-webapi
>
0 new messages