Version: Smart Feature Phone 3.0BluetoothGattServer.disconnectDescription#The method disconnects the established connection of remote LE device.Syntax#var promise = instanceOfBluetoothGattServer.disconnect(address);CopyParameters#address The address of remote LE device to disconnect.Return value#A Promise to indicate whether the operation is resolved or rejected.