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.
2 parents b3a6a5b + e61315d commit f18b1c0Copy full SHA for f18b1c0
docs/api.md
@@ -2632,7 +2632,8 @@ Create a new Bluetooth® Low Energy characteristic.
2632
#### Syntax
2633
2634
```
2635
-BLECharacteristic(uuid, properties, value, valueSize)
+BLECharacteristic(uuid, properties, valueSize)
2636
+BLECharacteristic(uuid, properties, valueSize, fixedLength)
2637
BLECharacteristic(uuid, properties, stringValue)
2638
2639
BLEBoolCharacteristic(uuid, properties)
@@ -2656,6 +2657,7 @@ BLEDoubleCharacteristic(uuid, properties)
2656
2657
- **uuid**: 16-bit or 128-bit UUID in **String** format
2658
- **properties**: mask of the properties (BLEBroadcast, BLERead, BLEWriteWithoutResponse, BLEWrite, BLENotify, BLEIndicate)
2659
- **valueSize**: (maximum) size of characteristic value
2660
+- **fixedLength**: if true, size of characteristic value is fixed
2661
- **stringValue**: value as a string
2662
2663
#### Returns
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments