Changes

Jump to: navigation, search

B2G/Bluetooth/WebBluetooth-v2/BluetoothGatt

20 bytes added, 06:49, 22 August 2014
oncharacteristicchanged
gatt.oncharacteristicchanged = function onCharacteristicChanged(evt) {
var characteristic = evt.characteristic;
console.log("The value of characteristic (uuid:", gattcharacteristic.uuid, ") changed to", gattcharacteristic.value);
};
}
Confirm
891
edits

Navigation menu