We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5aaaa commit 4cf376eCopy full SHA for 4cf376e
docs/api.md
@@ -3190,7 +3190,7 @@ BLEDescriptor batteryLevelDescriptor("2901", "millis");
3190
3191
```
3192
3193
-### `bleCharacteristic.descriptorCount`
+### `bleCharacteristic.descriptorCount()`
3194
3195
Query the number of Bluetooth® Low Energy descriptors discovered for the characteristic.
3196
@@ -3222,7 +3222,7 @@ The **number of Bluetooth® Low Energy descriptors** discovered for the characte
3222
3223
3224
3225
-### `bleCharacteristic.hasDescriptor`
+### `bleCharacteristic.hasDescriptor()`
3226
3227
Check if a characteristic has a particular descriptor.
3228
0 commit comments