Changes

Jump to: navigation, search

B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter

176 bytes removed, 03:51, 17 November 2014
gattServer
if (adapter) {
var gattServer = adapter.openGattServer().then ( function onResolve(gattServer) { console.log("Resolved with gatt server"); }, function onReject(aReason) { console.log("Rejected with this reason: " + aReason); });
}
Confirm
891
edits

Navigation menu