Search completed in 1.42 seconds.
4 results for "BluetoothGattDescriptor":
Index - Web APIs
WebAPIIndex
323 bluetoothremotegattcharacteristic.getdescriptor() api, bluetooth, bluetoothremotegattcharacteristic, experimental, property, reference, web bluetooth api, getdescriptor() the bluetoothremotegattcharacteristic.getdescriptor() method returns a promise that resolves to the first bluetoothgattdescriptor for a given descriptor uuid.
... 324 bluetoothremotegattcharacteristic.getdescriptors() api, bluetooth, bluetoothremotegattcharacteristic, experimental, property, reference, web bluetooth api, getdescriptors() the bluetoothremotegattcharacteristic.getdescriptors() method returns a promise that resolves to an array of all bluetoothgattdescriptor objects for a given descriptor uuid.
... 334 characteristic api, bluetooth, bluetoothgattdescriptor, bluetoothremotegattdescriptor, experimental, interface, reference, web bluetooth api, characteristic the bluetoothremotegattdescriptor.characteristic read-only property returns the bluetoothremotegattcharacteristic this descriptor belongs to.
...And 3 more matches
BluetoothRemoteGATTCharacteristic.getDescriptor() - Web APIs
WebAPIBluetoothRemoteGATTCharacteristicgetDescriptor
the bluetoothremotegattcharacteristic.getdescriptor() method returns a promise that resolves to the first bluetoothgattdescriptor for a given descriptor uuid.
... syntax bluetoothremotegattcharacteristic.getdescriptor(bluetoothdescriptoruuid).then(function(bluetoothgattdescriptor) { ...
... }) returns a promise that resolves to the first bluetoothgattdescriptor.
BluetoothRemoteGATTCharacteristic.getDescriptors() - Web APIs
WebAPIBluetoothRemoteGATTCharacteristicgetDescriptors
the bluetoothremotegattcharacteristic.getdescriptors() method returns a promise that resolves to an array of all bluetoothgattdescriptor objects for a given descriptor uuid.
... syntax bluetoothremotegattcharacteristic.getdescriptors(bluetoothdescriptoruuid).then(function(bluetoothgattdescriptors[]) { ...
... }) returns a promise that resolves to an array of bluetoothgattdescriptor objects.
BluetoothRemoteGATTCharacteristic - Web APIs
WebAPIBluetoothRemoteGATTCharacteristic
methods bluetoothremotegattcharacteristic.getdescriptor() returns a promise that resolves to the first bluetoothgattdescriptor for a given descriptor uuid.
... bluetoothremotegattcharacteristic.getdescriptors() returns a promise that resolves to an array of all bluetoothgattdescriptor objects for a given descriptor uuid.