Request an update to the low-energy connection parameters.
#include <btapi/btgattsrv.h>
int bt_gatt_srv_update_connection(int instance, const char *addr, uint8_t type, bt_gatt_srv_update_parm_t *parms)
BlackBerry 10.2.0
The instance number representing the local GATT service.
The address of the remote device to which the connection update request is to be sent.
The device type identifier. Refer to constants prefixed with BT_DEVICE_TYPE_.
The desired connection parameters for the low-energy link.
The bt_gatt_srv_updated_cb() callback is invoked if the connection parameters change.
This function should be used with care. Modifying the link connection parameters will affect all GATT servers and clients using the low-energy link. Use this function only to obtain a faster response time, or only when you know that changing the connection interval will not impact another application.