B2G/Bluetooth/WebBluetooth-v2: Difference between revisions
Jump to navigation
Jump to search
m (→Interfaces) |
|||
| Line 5: | Line 5: | ||
== Interfaces == | == Interfaces == | ||
* [ | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothManager|BluetoothManager]] | ||
* [ | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter|BluetoothAdapter]] | ||
* [ | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothDevice|BluetoothDevice]] | ||
* [ | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothClassOfDevice|BluetoothClassOfDevice]] (CoD) | ||
* [ | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothStartDiscoveryRequest|BluetoothStartDiscoverRequest]] | ||
* Events | * Events | ||
** [ | ** [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapterEvent|BluetoothAdapterEvent]] | ||
** [ | ** [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAttributeEvent|BluetoothAttributeEvent]] | ||
** [ | ** [[B2G/Bluetooth/WebBluetooth-v2/BluetoothDeviceEvent|BluetoothDeviceEvent]] | ||
** [ | ** [[B2G/Bluetooth/WebBluetooth-v2/BluetoothPairingEvent|BluetoothPairingEvent]] | ||
== See also == | == See also == | ||
Revision as of 10:28, 2 April 2014
API Overview
The Web Bluetooth API allows to discover, pair, and connect to bluetooth devices. As it is a completely experimental and non-standard API, it is currently available for certified applications only. The main entry point for the API is the navigator.mozBluetooth property, which returns a BluetoothManager object.
Interfaces
- BluetoothManager
- BluetoothAdapter
- BluetoothDevice
- BluetoothClassOfDevice (CoD)
- BluetoothStartDiscoverRequest
- Events
See also
- WebBluetooth API (MDN)
- WebBluetooth API (MozillaWiki)