/*!
* @method setDesiredConnectionLatency:forCentral:
*
* @param latency The desired connection latency.
* @param central A connected central.
*
* @discussion Sets the desired connection latency for an existing connection to <i>central</i>. Connection latency changes are not guaranteed, so the
* resultant latency may vary. If a desired latency isnotset, the latency chosen by <i>central</i> atthetimeof connection establishment
* will be used. Typically, itisnot necessary to change the latency.
*
* @see CBPeripheralManagerConnectionLatency
*
*/
- (void)setDesiredConnectionLatency:(CBPeripheralManagerConnectionLatency)latency forCentral:(CBCentral *)central;