Confirmed users
891
edits
| Line 61: | Line 61: | ||
; Arguments in event | ; Arguments in event | ||
: ''address'' | : DOMString ''address'' | ||
:: Address of the remote client. | :: Address of the remote client. | ||
: ''requestId'' | : short ''requestId'' | ||
:: Request id of the attribute read request. | :: Request id of the attribute read request. | ||
: ''characteristic?'' | : BluetoothGattCharacteristic ''characteristic?'' | ||
:: The characteristic requested to read. Null if remote client requests to read a local descriptor. | :: The characteristic requested to read. Null if remote client requests to read a local descriptor. | ||
: ''descriptor?'' | : BluetoothGattDescriptor ''descriptor?'' | ||
:: The descriptor requested to read. Null if remote client requests to read a local characteristic. | :: The descriptor requested to read. Null if remote client requests to read a local characteristic. | ||