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 289d3d6 commit e61315dCopy full SHA for e61315d
docs/api.md
@@ -2672,7 +2672,8 @@ Create a new Bluetooth® Low Energy characteristic.
2672
#### Syntax
2673
2674
```
2675
-BLECharacteristic(uuid, properties, value, valueSize)
+BLECharacteristic(uuid, properties, valueSize)
2676
+BLECharacteristic(uuid, properties, valueSize, fixedLength)
2677
BLECharacteristic(uuid, properties, stringValue)
2678
2679
BLEBoolCharacteristic(uuid, properties)
@@ -2696,6 +2697,7 @@ BLEDoubleCharacteristic(uuid, properties)
2696
2697
- **uuid**: 16-bit or 128-bit UUID in **String** format
2698
- **properties**: mask of the properties (BLEBroadcast, BLERead, BLEWriteWithoutResponse, BLEWrite, BLENotify, BLEIndicate)
2699
- **valueSize**: (maximum) size of characteristic value
2700
+- **fixedLength**: if true, size of characteristic value is fixed
2701
- **stringValue**: value as a string
2702
2703
#### Returns
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments