Searched refs:isPrepared (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_utils.cpp | 296 napi_value isPrepared; in ConvertCharacteristicWriteReqToJS() local 297 napi_get_boolean(env, false, &isPrepared); in ConvertCharacteristicWriteReqToJS() 298 napi_set_named_property(env, result, "isPrepared", isPrepared); in ConvertCharacteristicWriteReqToJS() 343 napi_value isPrepared; in ConvertDescriptorWriteReqToJS() local 344 napi_get_boolean(env, false, &isPrepared); in ConvertDescriptorWriteReqToJS() 345 napi_set_named_property(env, result, "isPrepared", isPrepared); in ConvertDescriptorWriteReqToJS()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-ble.md | 1795 let isPrepared: boolean = characteristicWriteRequest.isPrepared; 1992 let isPrepared: boolean = descriptorWriteRequest.isPrepared; 3797 | isPrepared | boolean | 是 | 否 | 表示写请求是否立即执行。true表示立即执行。 | 3835 | isPrepared | boolean | 是 | 否 | 表示写请求是否立即执行。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-ble.md | 1782 let isPrepared: boolean = characteristicWriteRequest.isPrepared; 1979 let isPrepared: boolean = descriptorWriteRequest.isPrepared; 3784 | isPrepared | boolean | Yes | No | Whether the write request is executed immediate… 3822 | isPrepared | boolean | Yes | No | Whether the write request is executed immed…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-communication.md | 188 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 189 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 636 …br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothM… 637 …an;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothM…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-communication.md | 188 |Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: isPrepared: boolean;… 189 |Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: isPrepared: boolean;|@oh… 636 …0<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothM… 637 …n: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothM…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 181 |新增|NA|类名:CharacteristicWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 182 |新增|NA|类名:DescriptorWriteRequest;<br>方法or属性:isPrepared: boolean;|@ohos.bluetooth.ble.d.ts| 885 …br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothM… 886 …an;<br>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothM…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-communication.md | 181 |Added|NA|Class name: CharacteristicWriteRequest;<br>Method or attribute name: isPrepared: boolean;… 182 |Added|NA|Class name: DescriptorWriteRequest;<br>Method or attribute name: isPrepared: boolean;|@oh… 885 …0<br>Substitute API: ohos.bluetooth.ble/ble.CharacteristicWriteRequest#isPrepared|@ohos.bluetoothM… 886 …n: 10<br>Substitute API: ohos.bluetooth.ble/ble.DescriptorWriteRequest#isPrepared|@ohos.bluetoothM…
|