I'm using AudioServicesPlaySystemSound to call vibrate function:
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
is there any way to set the duration of the vibrate? i know that the default duration is 0.4 seconds but i want sometimes to make the device vibrate less or more time then this.