Changes

Jump to: navigation, search

B2G/Bluetooth/WebBluetooth-v2/BluetoothGattServer

92 bytes added, 05:48, 24 November 2014
Event Handlers
; Arguments in event
: DOMString ''address''
:: Address of the remote client.
: short ''requestId''
:: Request id of the attribute write request.
: BluetoothGattCharacteristic ''characteristic?''
:: The characteristic requested to write. Null if remote client requests to write a local descriptor.
: BluetoothGattDescriptor ''descriptor?''
:: The descriptor requested to write. Null if remote client requests to write a local characteristic.
; Arguments in event
: DOMString ''address''
:: Address of the remote client.
: short ''requestId''
:: Request id of the attribute read request.
: boolean ''execute''
:: Whether to execute all pending write operations (true) or not (false).
Confirm
891
edits

Navigation menu