/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_client.h | 50 static napi_value setCharacteristicChangeNotification(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 91 … DECLARE_NAPI_FUNCTION("setCharacteristicChangeNotification", setCharacteristicChangeNotification), in DefineGattClientJSClass() 714 napi_value NapiGattClient::setCharacteristicChangeNotification(napi_env env, napi_callback_info inf… in setCharacteristicChangeNotification() function in OHOS::Bluetooth::NapiGattClient
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-ble.md | 3185 ### setCharacteristicChangeNotification subsection 3187 setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: A… 3235 device.setCharacteristicChangeNotification(characteristic, false, (err: BusinessError) => { 3249 ### setCharacteristicChangeNotification subsection 3251 setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<… 3304 device.setCharacteristicChangeNotification(characteristic, false); 3443 订阅蓝牙低功耗设备的特征值变化事件。需要先调用[setCharacteristicChangeNotification](#setcharacteristicchangenotification)接…
|
H A D | js-apis-bluetoothManager.md | 4156 …ersion 9开始支持,从API version 10开始废弃。建议使用[ble.GattClientDevice#setCharacteristicChangeNotification](js…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 137 |setNotifyCharacteristicChanged | [setCharacteristicChangeNotification](../../../application-dev/re… 218 |@ohos.bluetooth.ble| [setCharacteristicChangeNotification(characteristic: BLECharacteristic, enabl…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/ |
H A D | changelogs-bluetooth.md | 137 |setNotifyCharacteristicChanged | [setCharacteristicChangeNotification](../../../application-dev/re… 218 |@ohos.bluetooth.ble| [setCharacteristicChangeNotification(characteristic: BLECharacteristic, enabl…
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 31 | setCharacteristicChangeNotification() | 向服务端发送设置通知此特征值请求。 …
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-ble.md | 3172 ### setCharacteristicChangeNotification subsection 3174 setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean, callback: A… 3222 device.setCharacteristicChangeNotification(characteristic, false, (err: BusinessError) => { 3236 ### setCharacteristicChangeNotification subsection 3238 setCharacteristicChangeNotification(characteristic: BLECharacteristic, enable: boolean): Promise<… 3291 device.setCharacteristicChangeNotification(characteristic, false); 3430 … BLE characteristic changes. Before calling this API, use [setCharacteristicChangeNotification](#s…
|
H A D | js-apis-bluetoothManager.md | 4156 …deprecated since API version 10. Use [ble.GattClientDevice#setCharacteristicChangeNotification](js…
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 33 | setCharacteristicChangeNotification() | Sets the characteristic change notification. The cli…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-communication.md | 135 |新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(<br><br> characteris… 136 |新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(characteristic: BLECharac… 578 …>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@oh…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-communication.md | 135 …Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeNotification(<br… 136 …Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeNotification(cha… 578 …br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@oh…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-communication.md | 128 |新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(<br><br> characteris… 129 |新增|NA|类名:GattClientDevice;<br>方法or属性:setCharacteristicChangeNotification(characteristic: BLECharac… 827 …>新版本信息:10<br>代替接口: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@oh…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-communication.md | 128 …Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeNotification(<br… 129 …Class name: GattClientDevice;<br>Method or attribute name: setCharacteristicChangeNotification(cha… 827 …br>Substitute API: ohos.bluetooth.ble/ble.GattClientDevice#setCharacteristicChangeNotification|@oh…
|