B2G/Bluetooth/WebBluetooth-v2
Jump to navigation
Jump to search
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)
- BluetoothPairingEvent
See also
- WebBluetooth API (MDN)
- WebBluetooth API (MozillaWiki)