■コネクトブラウザとは
Web Bluetoothを利用しているwebサイトをiOSでも利用できるようになります。
IoTデバイス等とブラウザ経由でデータ連携するようなwebサイトを提供されている/提供を検討している方はぜひご利用ください。
スマートフォン向けアプリを作成する前の接続検証用アプリとしてもご利用いただけます。
■現在サポートしているWeb Bluetoothの機能
- Bluetooth.getAvailability
- Bluetooth.requestDevice
- BluetoothDevice.addEventListener
- BluetoothDevice.removeEventListener
- BluetoothRemoteGATTServer.connect
- BluetoothRemoteGATTServer.disconnect
- BluetoothRemoteGATTServer.getPrimaryService
- BluetoothGATTService.getCharacteristic
- BluetoothGATTCharacteristic.readValue
- BluetoothGATTCharacteristic.writeValue
- BluetoothGATTCharacteristic.writeValueWithoutResponse
- BluetoothGATTCharacteristic.startNotifications
- BluetoothGATTCharacteristic.stopNotifications
- BluetoothGATTCharacteristic.addEventListener
- BluetoothGATTCharacteristic.removeEventListener