Confirmed users
891
edits
Line 10: | Line 10: | ||
== Properties == | == Properties == | ||
* [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAttributeEvent# | * [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAttributeEvent#attrs|BluetoothAttributeEvent.attrs]] | ||
=== | === attrs === | ||
; Description | ; Description | ||
: The changed attribute's enumeration value. The enumeration | : The array of changed attribute's enumeration value. The enumeration values are either [[B2G/Bluetooth/WebBluetooth-v2/BluetoothManager#BluetoothManagerAttribute|BluetoothManagerAttribute]], [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAdapter#BluetoothAdapterAttribute|BluetoothAdapterAttribute]], or [[B2G/Bluetooth/WebBluetooth-v2/BluetoothDevice#BluetoothDeviceAttribute|BluetoothDeviceAttribute]]. | ||
; Value type | ; Value type | ||
: unsigned short | : sequence<unsigned short> | ||