Skip to content

Commit da1da57

Browse files
authored
Merge pull request #231 from mklemarczyk/hotfix/docs-api-fix
Unification of documentation
2 parents 5d5aaaa + 4cf376e commit da1da57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3190,7 +3190,7 @@ BLEDescriptor batteryLevelDescriptor("2901", "millis");
31903190
31913191
```
31923192

3193-
### `bleCharacteristic.descriptorCount`
3193+
### `bleCharacteristic.descriptorCount()`
31943194

31953195
Query the number of Bluetooth® Low Energy descriptors discovered for the characteristic.
31963196

@@ -3222,7 +3222,7 @@ The **number of Bluetooth® Low Energy descriptors** discovered for the characte
32223222
32233223
```
32243224

3225-
### `bleCharacteristic.hasDescriptor`
3225+
### `bleCharacteristic.hasDescriptor()`
32263226

32273227
Check if a characteristic has a particular descriptor.
32283228

0 commit comments

Comments
 (0)