Searched refs:enableNotify (Results 1 – 1 of 1) sorted by relevance
810 GattCharacteristic **outCharacteristic, bool &enableNotify, NapiGattClient **outGattClient) in CheckSetNotifyCharacteristicChanged() argument826 NAPI_BT_CALL_RETURN(NapiParseBoolean(env, argv[PARAM1], enableNotify)); in CheckSetNotifyCharacteristicChanged()836 bool enableNotify = false; in SetNotifyCharacteristicChanged() local839 …auto status = CheckSetNotifyCharacteristicChanged(env, info, &characteristic, enableNotify, &gattC… in SetNotifyCharacteristicChanged()845 int ret = client->SetNotifyCharacteristic(*characteristic, enableNotify); in SetNotifyCharacteristicChanged()