Experimental implementation of the Web Bluetooth spec on WKWebView for IOS
- Working, just enough to read values:
- bluetooth:requestDevice
- BluetoothRemoteGATTServer.connect
- BluetoothRemoteGATTServer.getPrimaryService
- BluetoothGATTService.getCharacteristic
- BluetoothGATTCharacteristic.readValue
- Todo: Everything else