Home
last modified time | relevance | path

Searched refs:enableNotify (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp810 GattCharacteristic **outCharacteristic, bool &enableNotify, NapiGattClient **outGattClient) in CheckSetNotifyCharacteristicChanged() argument
826 NAPI_BT_CALL_RETURN(NapiParseBoolean(env, argv[PARAM1], enableNotify)); in CheckSetNotifyCharacteristicChanged()
836 bool enableNotify = false; in SetNotifyCharacteristicChanged() local
839 …auto status = CheckSetNotifyCharacteristicChanged(env, info, &characteristic, enableNotify, &gattC… in SetNotifyCharacteristicChanged()
845 int ret = client->SetNotifyCharacteristic(*characteristic, enableNotify); in SetNotifyCharacteristicChanged()