Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 403 Bytes

BleBrowser

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